/graphql-dot-net-sample

Sample .Net project with GraphQL API.

Primary LanguageC#MIT LicenseMIT

GraphQL .Net - Sample

Azure DevOps builds Sonar Coverage

Sample .Net project with GraphQL API.

Dependencies

How to run

  • Running the API

  1. After cloning this repository go into the GraphQL.Sample directory and run docker-compose up.

  2. Access http://localhost:8080/ui/playground and you are good to start playing with this API.

For details on how to consume a GraphQL API please refer to the official documentation.

  • Database credentials

Parameter Value
Server name 127.0.0.1,1433
Login sa
Paswword sa@@2020

Useful links

Contributions

Contributions and feature requests are always welcome.