From 95c187218def3ef58fd93dd7011e47adbfdbbc09 Mon Sep 17 00:00:00 2001 From: rlreamy Date: Fri, 17 Feb 2023 13:51:43 -0500 Subject: [PATCH] KPMP-4001: adding more details to README " --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6931273..821d0e8 100755 --- a/README.md +++ b/README.md @@ -34,3 +34,11 @@ Repository for the Atlas Explorer Tool service layer 2. Update .env ENV_MYSQL_PASSWORD to the password for QA KE 3. Add your IP address to a new security group called sg-0597e054f11d2e31a (Developer to KE Mariadb) 4. Restart your knowledge-environment (don't worry that you have your own copy of mariadb, it'll be ignored) + +If you have already followed these steps and are still having trouble connecting, check to see if your ip address has changed, you may need to update the security group rules + +# Talking to GraphQL + +1. Start up your atlas/knowledge-environment server +2. Open a tool like GraphQLPlayground and connect to "http://localhost:3030/graphql" +3. Write and execute your query