Introduction
Mutations let you change data in a database, like adding or updating information.
When you want to add a new user to a system.
When updating a product's price in an online store.
When deleting a comment from a blog post.
When changing a user's password.
When submitting a form that saves data.