Skip to content

Instantly share code, notes, and snippets.

@JosiasSena
Last active November 14, 2019 17:30
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 JosiasSena/72d3ae1c485db995e14b840e2242eb0f to your computer and use it in GitHub Desktop.
Save JosiasSena/72d3ae1c485db995e14b840e2242eb0f to your computer and use it in GitHub Desktop.
subscription onNewMessagesReceived($groupUUID: String!) {
groupChatSubscription(group: $groupUUID) {
... on Message {
uuid
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment