I have the following code essentially.
// MyComponent.js const myMutation = graphql` mutation myMutation($input: MyInput!) { doMyMutation(input: $input)