GraphQL Tips¶ Building Mutations¶ This cheatsheet helps me with the mutation syntax: mutation { thingAction(input: { id: "", whatever: ""} ) }