Skip to content

Instantly share code, notes, and snippets.

@stormbreakers
Created January 21, 2017 13:25
Show Gist options
  • Select an option

  • Save stormbreakers/29709e340ce4845f1c48ef53e97c8923 to your computer and use it in GitHub Desktop.

Select an option

Save stormbreakers/29709e340ce4845f1c48ef53e97c8923 to your computer and use it in GitHub Desktop.
mutation {
addPerson(firstName: "Joy", lastName: "Koli", email: "[email protected]") {
firstName
lastName
email
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment