graphql-dotnet / graphql-dotnet/graphql-client
NewtonsoftJsonSerializer Exception
Open
- Dominant language
- C#
- Stars
- 648
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
Inner Exception:
MissingMethodException: Method not found: 'Void Newtonsoft.Json.Serialization.DefaultContractResolver.set_IgnoreIsSpecifiedMembers(Boolean)'.
code:
```
var graphQLOptions = new GraphQLHttpClientOptions
{
EndPoint = new Uri(_gqlUrl, UriKind.Absolute),
};
var graphQLClient = new GraphQLHttpClient(graphQLOptions, new NewtonsoftJsonSerializer());
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.