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
Use JObject so GraphQLQuery can be deserializable passing object as variables. (graphql-dotnet#530)
Since GraphQL tool pass query parameter as an object, somehow this makes deserialization of query parameter failed as null. Changing it JObject to guarantee success.
0 commit comments