Created
January 21, 2017 13:25
-
-
Save stormbreakers/29709e340ce4845f1c48ef53e97c8923 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mutation { | |
addPerson(firstName: "Joy", lastName: "Koli", email: "[email protected]") { | |
firstName | |
lastName | |
id | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment