Created
October 21, 2022 04:31
-
-
Save tataihono/a67eaccb33a1d3ac0d75e32438a8532d 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 { | |
visitor(id: "visitorId") { | |
countryCode | |
id | |
lastChatStartedAt | |
messengerId | |
messengerNetwork | |
name | |
notes | |
status | |
userAgent { | |
browser { | |
name | |
version | |
} | |
device { | |
model | |
type | |
vendor | |
} | |
os { | |
name | |
version | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment