Tanka GraphQL Server
Server provides a way to host GraphQL schema and execute queries against it. It runs on top of ASP.NET Core and has transports for HTTP and WebSockets.
Installation
Server is available as a NuGet package:
dotnet add package tanka.graphql.server
See features on the side for more information.