Unverified Commit 14152be8 authored by Alex Lobera's avatar Alex Lobera Committed by GitHub

Update README.md

parent 9c623e5e
......@@ -31,6 +31,8 @@ We are going to create our own GraphQL API on top of this [Rick and Morty API](h
### Tasks
- [ ] 1. Create a Character type in your schema. Here is the [documentation of the character endpont](https://rickandmortyapi.com/documentation/#character-schema).
- [ ] 1.1. Add a `characters` field to the Query type.
- [ ] 1.2. Add a `characters` resolver to the Query's resolvers.
- [ ] 2. Create an Episode type in your schema. Here is the [documentation of the episode endpont](https://rickandmortyapi.com/documentation/#episode-schema).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment