Skip to content

GraphQL Tips

Building Mutations

This cheatsheet helps me with the mutation syntax:

mutation {
  thingAction(input: { id: "", whatever: ""} ) 
    }