Skip to content

Instantly share code, notes, and snippets.

@joninsky
Created May 16, 2019 21:56
Show Gist options
  • Select an option

  • Save joninsky/140613b2007c3b42769aa54599d6fbad to your computer and use it in GitHub Desktop.

Select an option

Save joninsky/140613b2007c3b42769aa54599d6fbad to your computer and use it in GitHub Desktop.
MutationExample
mutation NewUser($email: String!) {
insert_user(objects: [{email: $email}]) {
returning{
id
}
affected_rows
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment