GraphQL with .NET Core (Part - II: Middleware)

Tired of REST? Let's talk about GraphQL. GraphQL provides a declarative way in which you can fetch data from the server. To work with C#, the community has provided an open-source port for GraphQL called graphql-dotnet.

GraphQL with .NET Core (Part - I: Hello World)

Tired of REST? Let's talk about GraphQL. GraphQL provides a declarative way in which you can fetch data from the server. To work with C#, the community has provided an open-source port for GraphQL called graphql-dotnet.