Skip to content

Instantly share code, notes, and snippets.

@skorth
Created February 23, 2016 08:22
Show Gist options
  • Save skorth/6da7e1ae62aa6856ac0f to your computer and use it in GitHub Desktop.
Save skorth/6da7e1ae62aa6856ac0f to your computer and use it in GitHub Desktop.
mutation {
user: createUser(name: “Chewbacca”) {
id,
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment