From fe54528f61140f42032ab92fe86d388a3a2d568b Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 3 Apr 2019 11:59:17 -0700 Subject: [PATCH] Updated GraphQL (markdown) --- GraphQL.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/GraphQL.md b/GraphQL.md index df8c530..2eddb58 100644 --- a/GraphQL.md +++ b/GraphQL.md @@ -5,10 +5,14 @@ Statping implements the [GraphQL](https://graphql.org/) API interface so you can

### GraphQL Integration Checklist -- [ ] Core -- [ ] Core -- [ ] Core -- [ ] Core +- [ ] Core (read) +- [ ] Services (read) +- [ ] Groups (read) +- [ ] Users (read) +- [ ] Messages (read) + +- [ ] Services (update/create) +- [ ] Services (update/create) ***