diff --git a/GraphQL.md b/GraphQL.md index 947685a..f3a3f46 100644 --- a/GraphQL.md +++ b/GraphQL.md @@ -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. \ No newline at end of file