1st Backend Homework
Goal of this homework is to extend your GraphQL API with new data.
This data can be found in here.
Goals:
- [ ] Types for Books and Authors are created, their resolvers are implemented
- [ ] On GraphQL Playground, I can fetch single or list of books, same with authors
- [ ] All fields presented in data are accesible via API
- [ ] When fetching data about books I can fetch data of their authors too
- [ ] When fetching data about authors I can fetch data of their books too
Deadline: Monday 16/10/2023 - 23:59:59
If you have any problems contact your teacher using MS Teams: Tomáš Hodek (@hodt00).
Troubleshooting
Changes are not shown in playground at all
Don't forget to build code and restart the server.
Once you are finished
- send a link to playground page
- add example queries for all 4 cases
- using MS Teams to: Tomáš Hodek (@hodt00)
Deadline: Monday 16/10/2023 - 23:59:59