Skip to content

Instantly share code, notes, and snippets.

@coco98
Created January 11, 2019 20:37
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 coco98/9ac5e043da3ba4f3c1633215f0f1eed4 to your computer and use it in GitHub Desktop.
Save coco98/9ac5e043da3ba4f3c1633215f0f1eed4 to your computer and use it in GitHub Desktop.
mutation($message: messages_insert_input!) {
insert_messages(objects:[$message]) {
returning {
id
sender_id
message
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment