Skip to content

Instantly share code, notes, and snippets.

@kabece
Created October 2, 2021 21:25
Show Gist options
  • Save kabece/98e51b5acbc9875a55b7a815d164285d to your computer and use it in GitHub Desktop.
Save kabece/98e51b5acbc9875a55b7a815d164285d to your computer and use it in GitHub Desktop.
query {
chatRoom(id: 1) {
id
name
messagesConnection(first: 10) {
edges {
node {
id
text
}
}
pageInfo {
startCursor
endCursor
hasNextPage
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment