Skip to content

Instantly share code, notes, and snippets.

@stormbreakers
Created January 21, 2017 13:25
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 stormbreakers/29709e340ce4845f1c48ef53e97c8923 to your computer and use it in GitHub Desktop.
Save stormbreakers/29709e340ce4845f1c48ef53e97c8923 to your computer and use it in GitHub Desktop.
mutation {
addPerson(firstName: "Joy", lastName: "Koli", email: "joyk.ixltech@gmail.com") {
firstName
lastName
email
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment