A serializer implementation for GraphQL.Client using Newtonsoft.Json as underlying JSON library.
Info
Version: | 6.1.0 |
Author(s): | Deinok, Alexander Rose, graphql-dotnet |
Last Update: | Tuesday, May 21, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/graphql-dotnet/graphql-client |
NuGet Url: | https://www.nuget.org/packages/GraphQL.Client.Serializer.Newtonsoft |
Install
Install-Package GraphQL.Client.Serializer.Newtonsoft
dotnet add package GraphQL.Client.Serializer.Newtonsoft
paket add GraphQL.Client.Serializer.Newtonsoft
GraphQL.Client.Serializer.Newtonsoft Download (Unzip the "nupkg" after downloading)
Dependencies
- GraphQL.Client.Abstractions.Websocket(>= 3.2.1)
- Newtonsoft.Json(>= 12.0.3)
Tags