To-Do API built with .NET Core & GraphQL for Facebook Dev Circles JHB Meetup demo
This is an example todo app of Facebook's GraphQL in .NET Core.
You can install the latest version via NuGet.
PM> Install-Package GraphQL
PM> Install-Package GraphQL.Server.Core
PM> Install-Package GraphQL.Server.Transports.AspNetCore
PM> Install-Package GraphQL.Server.Ui.Playground
http://graphql-dotnet.github.io
https://github.com/graphql-dotnet/server
https://github.com/graphql-dotnet/examples
https://github.com/graphql-dotnet/relay
- API Development in .NET with GraphQL - Glenn Block demonstrates how to use the GraphQL .NET framework to build a fully functional GraphQL endpoint.