Introduction
Queries and mutations let you get and change data in your app. Queries fetch data, mutations update or add data.
When you want to get a list of users from a database.
When you need to add a new product to your store.
When you want to update a user's profile information.
When you want to delete an item from a list.
When you want to fetch details about a single record.