Skip to content

Instantly share code, notes, and snippets.

@tataihono
Created October 21, 2022 01:20
Show Gist options
  • Save tataihono/f78af628d2257ccc4d1214e142601d39 to your computer and use it in GitHub Desktop.
Save tataihono/f78af628d2257ccc4d1214e142601d39 to your computer and use it in GitHub Desktop.
query {
visitorsConnection(teamId:"jfp-team") {
edges {
cursor
node {
countryCode
email
id
lastChatStartedAt
messengerId
messengerNetwork
name
notes
status
userAgent {
browser {
name
version
}
device {
model
type
vendor
}
os {
name
version
}
}
}
}
pageInfo {
hasNextPage
startCursor
endCursor
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment