Compare commits
No commits in common. "a784b1bc608ba0f57b274e7d6683c3e16ca37ea6" and "a23e7e74dc0fb4ff5cdb08886a4ef0616529f10d" have entirely different histories.
a784b1bc60
...
a23e7e74dc
1 changed files with 0 additions and 11 deletions
|
@ -6,17 +6,6 @@ afterwards also helps.
|
||||||
|
|
||||||
Right now the project only provides a Hello World example for GraphQL.
|
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
|
# Task 06
|
||||||
|
|
||||||
Let's develop a simple blog service. It's possible to create, update and delete posts. Not every post is
|
Let's develop a simple blog service. It's possible to create, update and delete posts. Not every post is
|
||||||
|
|
Loading…
Reference in a new issue