Skip to content

Instantly share code, notes, and snippets.

@helfer
Created September 16, 2016 20:46
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 helfer/ce7d7ef3761a242302d9354e10064bd9 to your computer and use it in GitHub Desktop.
Save helfer/ce7d7ef3761a242302d9354e10064bd9 to your computer and use it in GitHub Desktop.
# mutation to add a reaction:
mutation test($input: AddReactionInput!){
addReaction(input: $input){
reaction {
content
}
}
}
# the variables (paste those in the bottom textarea)
{
"input": {
"clientMutationId": "123",
"subjectId": "MDEyOklzc3VlQ29tbWVudDI0NzI3Nzg2OQ==",
"content": "THUMBS_UP"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment