Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created August 25, 2017 15:44
Show Gist options
  • Select an option

  • Save gc-codesnippets/b70e5652327c3f757cf4a83d0d9fb506 to your computer and use it in GitHub Desktop.

Select an option

Save gc-codesnippets/b70e5652327c3f757cf4a83d0d9fb506 to your computer and use it in GitHub Desktop.
subscription {
Message {
mutation # contains `CREATED`, `UPDATED` or `DELETED`
# node carries the new values
node {
text
sentBy {
name
}
}
# previousValues carries scalar values from before the mutation happened
previousValues {
text
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment