Skip to content

Instantly share code, notes, and snippets.

@rohanBagchi
Created March 23, 2020 18:27
Show Gist options
  • Save rohanBagchi/2baf2dd2fe8a2fd522addc7f9ce48a88 to your computer and use it in GitHub Desktop.
Save rohanBagchi/2baf2dd2fe8a2fd522addc7f9ce48a88 to your computer and use it in GitHub Desktop.
mutation AddUser {
insert_users(objects: {id: "user-id-1101", name: "Rohan Bagchi", email: "[email protected]"}) {
returning {
id
email
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment