From 48fa63cb0880ada54358c7a5a0647c6e7e5db701 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 3 Apr 2019 07:35:08 -0700 Subject: [PATCH] Updated GraphQL (markdown) --- GraphQL.md | 3 +++ 1 file changed, 3 insertions(+) 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