Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created November 21, 2018 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redbluenat/6537c524f28536af1041becbf814fee1 to your computer and use it in GitHub Desktop.
Save redbluenat/6537c524f28536af1041becbf814fee1 to your computer and use it in GitHub Desktop.
mutation {
createDog(data: {
name: "Tommy",
type: "Chihuahua"
}) {
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment