From a784b1bc608ba0f57b274e7d6683c3e16ca37ea6 Mon Sep 17 00:00:00 2001 From: magoeke Date: Mon, 8 May 2023 10:38:06 +0200 Subject: [PATCH] Added hello world example query. --- task06/Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/task06/Readme.md b/task06/Readme.md index f28c72f..f4635e8 100644 --- a/task06/Readme.md +++ b/task06/Readme.md @@ -8,6 +8,15 @@ 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). +You can use this query for the hello world example: +``` +query helloWorld { + helloWorld { + message + } +} +``` + # Task 06 Let's develop a simple blog service. It's possible to create, update and delete posts. Not every post is