A GraphQL server-side example by using hot-chocolate(https://github.com/ChilliCream/hotchocolate) with data loader
This is server-side demo for .NET Core, please visit https://github.com/babyfish-ct/graphql-kotlin-example to see the server-side demo for JVM.
- Download or 'git clone' this project
- Open this project by Visual Studio
- Start this web server **by kestrel (not IIS) **
- Open your browser, access http://localhost:8080/graphql/playground
please see http://github.com/babyfish-ct/graphql-react-example to know more