This is an implementation 'Graphiql' as a ASP.NET Core MiddleWare to easily add a UI for your GraphQL endpoint (http://github.com/graphql-dotnet/).
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.Graphiql |
Install
Install-Package GraphQL.AspNetCore.Graphiql
dotnet add package GraphQL.AspNetCore.Graphiql
paket add GraphQL.AspNetCore.Graphiql
GraphQL.AspNetCore.Graphiql Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.Extensions.Logging.Debug(>= 2.2.0)
Tags