Compare commits

...

2 commits

Author SHA1 Message Date
magoeke
a784b1bc60 Added hello world example query. 2023-05-08 10:38:06 +02:00
425448bb42 Add link to GraphiQL 2023-05-08 10:28:19 +02:00

View file

@ -6,6 +6,17 @@ 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).
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