Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created December 29, 2017 08:39
Show Gist options
  • Save SaschaHeyer/8eca278bc148e24a945f388769aa80af to your computer and use it in GitHub Desktop.
Save SaschaHeyer/8eca278bc148e24a945f388769aa80af to your computer and use it in GitHub Desktop.
mutation add user
mutation{
addUser(firstName: "Misha", age: 7){
id
firstName
age
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment