From bf9740789163a5748da743f495a3c7d4548a6ad1 Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 31 Mar 2021 08:54:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1210da8..7dc5775 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ * ```go run server.go``` +# Debugging and Testing + +There is a GraphQL PLayground for testing queries at http://localhost:8080/ . + # Changing the GraphQL schema * Edit ```./graph/schema.graphqls```