This repo contains code for a GraphQL APi built with ASP.NET Core, C# and Hot Chocolate library. To run the application:
- Clone the repo
- Restore nuget packages by running
dotnet restore
- Open the terminal and run
dotnet run
to start the application
You can access the GraphQL endpoint from /graphql
and the playground from graphql/playground
.