Exercise: Implement a Mutation
Practice implementing a mutation for a GraphQL API.
Exercise source code
To get the source code for this exercise, run the following command in the project’s repository:
git checkout categories-mutation-exercise
How to start the project
To start the project, follow the same steps from the previous lesson. ...