You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like GraphQL.Client.Serializer.Newtonsoft.MapConverter expects properties of type Map to be never null. This is confusing as even the GraphQLResponse class declares the extensions property as Map?:
It seems like
GraphQL.Client.Serializer.Newtonsoft.MapConverter
expects properties of typeMap
to be never null. This is confusing as even theGraphQLResponse
class declares theextensions
property asMap?
:graphql-client/src/GraphQL.Primitives/GraphQLResponse.cs
Line 15 in d422bfd
Related code:
graphql-client/src/GraphQL.Client.Serializer.Newtonsoft/MapConverter.cs
Line 20 in d422bfd
There is also a related StackOverflow issue: https://stackoverflow.com/q/70884409/4019462
The text was updated successfully, but these errors were encountered: