.Net client library for GraphQL with typed calls.
Info
Version: | 0.3.1 |
Author(s): | Michael Compton |
Last Update: | Monday, April 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MichaelJCompton/GraphSchemaClients |
NuGet Url: | https://www.nuget.org/packages/GraphSchema.GraphQL.Client |
Install
Install-Package GraphSchema.GraphQL.Client
dotnet add package GraphSchema.GraphQL.Client
paket add GraphSchema.GraphQL.Client
GraphSchema.GraphQL.Client Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentResults(>= 1.2.0)
- GraphQL(>= 2.4.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Http(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.1)
- System.ComponentModel.Annotations(>= 4.5.0)