Mutations & Query variables
Now, let's add the ability for our users to create new todos and add them to their task list.
We will learn the following concepts:
- Creating a GraphQL mutation
- Using the
useMutation
React hook - Capturing loading/finished/error states
Let's get started!