Skip to content

Instantly share code, notes, and snippets.

@craigbeck
Created April 28, 2016 00:21
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 craigbeck/028f9ff585aeb1226de2c6ae99a8a6ce to your computer and use it in GitHub Desktop.
Save craigbeck/028f9ff585aeb1226de2c6ae99a8a6ce to your computer and use it in GitHub Desktop.
{
profile {
id
name
email
}
lines {
id
number
unreadCount
name
}
contact {
firstName
lastName
}
conversation(id:1) {
id
fingerprint
unreadCount
messages(first: 3) {
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
edges {
node {
body
unread
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment