Created
March 23, 2020 18:27
-
-
Save rohanBagchi/2baf2dd2fe8a2fd522addc7f9ce48a88 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 AddUser { | |
insert_users(objects: {id: "user-id-1101", name: "Rohan Bagchi", email: "[email protected]"}) { | |
returning { | |
id | |
name | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment