Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save webuxmotion/f3fc542ad5496263a610559449261fef to your computer and use it in GitHub Desktop.
Save webuxmotion/f3fc542ad5496263a610559449261fef to your computer and use it in GitHub Desktop.
subscription {
message(where:{
AND: [
{
mutation_in: CREATED
},
{
node: {
room:{
id:"ck80pns4pj6aq0934sxvc25sp"
}
}
}
]
}) {
node {
id
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment