Info
Version: | 4.6.1 |
Author(s): | fenomeno83 |
Last Update: | Friday, October 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fenomeno83/graphql-dotnet-auto-types |
NuGet Url: | https://www.nuget.org/packages/GraphQL.AutoTypes |
Install
Install-Package GraphQL.AutoTypes
dotnet add package GraphQL.AutoTypes
paket add GraphQL.AutoTypes
GraphQL.AutoTypes Download (Unzip the "nupkg" after downloading)
Dependencies
- GraphQL(>= 3.2.0)
Tags
Use your specific version related to graphql-dotnet version.
So, if you have GraphQL 3.0.0 installed, you need to install GraphQL.AutoTypes 3.0.0 version.
See source code and guide here:
https://github.com/fenomeno83/graphql-dotnet-auto-types.