Info
Version: | 1.1.4 |
Author(s): | Jürgen Gutsch |
Last Update: | Saturday, March 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JuergenGutsch/graphql-aspnetcore |
NuGet Url: | https://www.nuget.org/packages/GraphQl.AspNetCore |
Install
Install-Package GraphQl.AspNetCore
dotnet add package GraphQl.AspNetCore
paket add GraphQl.AspNetCore
GraphQl.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- GraphQL(>= 2.4.0)
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.Extensions.Logging.Debug(>= 2.2.0)
Tags
With this MiddleWare, you are able to use GraphQL, WebAPI, MVC and many more end-points in one single web app in parallel.