Skip to content

Commit fc082fb

Browse files
committed
docs: adding a link to the excercises as mentioned in the course
1 parent 0f7f3ae commit fc082fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Day1/excercises.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ You can read more about Hasura [here](https://medium.com/open-graphql/effortless
1111

1212
Access Hasura console on localhost:8080/console
1313

14+
If you want to play around with your local version of postgres check this docs [link](https://docs.hasura.io/1.0/graphql/manual/getting-started/docker-simple.html)
15+
1416
- starwars api
1517

1618
[GraphiQL](https://graphql-bootcamp-swapi.herokuapp.com)
@@ -39,20 +41,20 @@ query {
3941
2. How to execute graphql request as curl
4042

4143

42-
# Queries
44+
# Queries
4345

4446
3. Get first 5 planets in Star Wars universe along with their name, diameter, rotation period, residents. For each resident display it's name, species, classification and spoken language. Also for each resident display vehicles that he used as well as in which movies they appeared
4547

4648

4749
4. Get `subject` and `content` of `posts` ordered by `timestamp` ascending. Represent data as `ordered_posts` array
48-
50+
4951

5052
# Mutations
5153

5254
5. Add new blog post
5355
6. Add a new user using GraphQL Mutation
54-
7. Create reusable insert mutation called addPost, which not only will insert a post, but create new user and profile
55-
56+
7. Create reusable insert mutation called addPost, which not only will insert a post, but create new user and profile
57+
5658
> Hint: use variables
5759
5860

0 commit comments

Comments
 (0)