In GraphQL, a mutation is something that changes data. Whether you’re creating, updating, or deleting, running a mutation will always cause data to be modified. Let’s jump into how mutations work. Mutations in the Sonar API are always named for what they do, and written in camelCase. …