Extends GraphQL.DotNet to allow configuring DTOs and Input fields from the datamodel with annotations.
Info
Version: | 1.0.0 |
Author(s): | tbm0115 |
Last Update: | Wednesday, July 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tbm0115/graphql-dotnet.attributes |
NuGet Url: | https://www.nuget.org/packages/graphql-dotnet.attributes |
Install
Install-Package graphql-dotnet.attributes
dotnet add package graphql-dotnet.attributes
paket add graphql-dotnet.attributes
graphql-dotnet.attributes Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.0.0)
- GraphQL(>= 2.0.0)
- System.ComponentModel.Annotations(>= 4.7.0)
Tags