Updated GraphQL (markdown)

master
Hunter Long 2019-04-03 07:35:08 -07:00
parent 5f1ed6096d
commit 48fa63cb08
1 changed files with 3 additions and 0 deletions

@ -33,3 +33,6 @@ Retrieve the `id`, `name`, and `public` parameters from `service` #2.
``` ```
*** ***
The code for handling GraphQL requests is in [handlers/graphql](https://github.com/hunterlong/statping/tree/master/handlers/graphql) and is using [gqlgen](https://github.com/99designs/gqlgen) to automatically generate the schema based on the golang structs.