From 425448bb4259a9603a1f22474fea3826c21d1efe Mon Sep 17 00:00:00 2001 From: Julius Freudenberger Date: Mon, 8 May 2023 10:28:19 +0200 Subject: [PATCH] Add link to GraphiQL --- task06/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/task06/Readme.md b/task06/Readme.md index b3456c8..f28c72f 100644 --- a/task06/Readme.md +++ b/task06/Readme.md @@ -6,6 +6,8 @@ afterwards also helps. Right now the project only provides a Hello World example for GraphQL. +You can access GraphiQL with the url [http://localhost:8080/graphiql](http://localhost:8080/graphiql). + # Task 06 Let's develop a simple blog service. It's possible to create, update and delete posts. Not every post is