GraphQL readiness for .net development
It's now 2019, I stumbled upon this question and I thought I'd share this cool GraphQL library for .NET
https://github.com/graphql-dotnet/graphql-dotnet
Don't forget to dotnet add package GraphQL.Server.Ui.Playground
to get the very sweet ui playground:
The fact that there is no answer here after one month should tell it's tale.
I have shifted my focus from .NET Framework to .NET Core and after trying out the .NET libraries available, I soon went for an API gateway built on TypeScript and the more mature Facebook supported GraphQL implementation.
With the server issue solved, my combined .NET Framework/Core based client easily communicates with the API gateway. As the gateway itself is rather lightweight, exchanging this for a more solid .NET Core implementation later will be easy.