This library uses GraphQL version 0.11.0.539 which is not yet published on NuGet. It is included our NuGet package for now, if you want to download from the origin instead you can do so by adding the Nuget source https://ci.appveyor.com/nuget/graphql-dotnet and installing package GraphQL.
You can install the latest version via NuGet:
- GraphQL.Server or
PM> Install-Package GraphQL.Server
- GraphQL.Server.SimpleInjector or
PM> Install-Package GraphQL.Server.SimpleInjector
There is a sample web application with the GraphiQL interface. Build and Run project GraphQL.Server.Sample