.NET Standard 2.0 library for creating C# model classes for use with an external GraphQL API.
Info
Version: | 1.0.2 |
Author(s): | Josh van Eikeren |
Last Update: | Friday, October 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/orbital7/orbital7.graphql |
NuGet Url: | https://www.nuget.org/packages/Orbital7.GraphQL |
Install
Install-Package Orbital7.GraphQL
dotnet add package Orbital7.GraphQL
paket add Orbital7.GraphQL
Orbital7.GraphQL Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 11.0.2)
- Orbital7.Extensions(>= 2.1.3)