Getting started with GraphQL for server side with .NET
GraphQL is a query language. It executes queries by using type systems which we define for our data. GraphQL isn’t tied to any specific language or a database, just the opposite, it is adaptable to our code and our data as well.
In this repo we get started with GraphQL for .NET by using GraphQL for .NET for server side.
To test our GraphQL API, we are going to use the GraphQL UI playground tool. So, let’s first start our server application and then navigate to the https://localhost:5001/ui/graphiql