A serializer implementation for GraphQL.Client using System.Text.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.SystemTextJson |
Install
Install-Package GraphQL.Client.Serializer.SystemTextJson
dotnet add package GraphQL.Client.Serializer.SystemTextJson
paket add GraphQL.Client.Serializer.SystemTextJson
GraphQL.Client.Serializer.SystemTextJson Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- GraphQL.Client.Abstractions.Websocket(>= 3.2.1)
- System.Text.Json(>= 4.7.0)
- GraphQL.Client.Abstractions.Websocket(>= 3.2.1)
Tags