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 to create a new todo
- Creating a GraphQL mutation to update an existing todo
- Creating a GraphQL mutation to delete an existing todo
- Creating a GraphQL mutation to bulk delete existing todo
Let's get started!
Did you find this page helpful?
Start with GraphQL on Hasura for Free
- Build apps and APIs 10x faster
- Built-in authorization and caching
- 8x more performant than hand-rolled APIs