Closed optionsome closed 4 years ago
Downgrade jackson version so that the null values are in GraphQL similarly as before. After jackson was upgraded, field was completely missing if value was "null". After this change it will behave like before, in other words return field: null
Downgrade jackson version so that the null values are in GraphQL similarly as before. After jackson was upgraded, field was completely missing if value was "null". After this change it will behave like before, in other words return field: null