Skip to content

Instantly share code, notes, and snippets.

Created August 3, 2017 06:44
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 anonymous/b48ea58c99db923095331db0dd3fbaa5 to your computer and use it in GitHub Desktop.
Save anonymous/b48ea58c99db923095331db0dd3fbaa5 to your computer and use it in GitHub Desktop.
the description for this gist
mutation stage5{
addCategory(id: 5, name: "FOO"){
id
name
}
}
query AllCats {
allCategories {
id
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment