Created
October 21, 2022 01:20
-
-
Save tataihono/f78af628d2257ccc4d1214e142601d39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query { | |
visitorsConnection(teamId:"jfp-team") { | |
edges { | |
cursor | |
node { | |
countryCode | |
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