Skip to content

Instantly share code, notes, and snippets.

@tataihono
Created October 21, 2022 04:31
Show Gist options
  • Save tataihono/a67eaccb33a1d3ac0d75e32438a8532d to your computer and use it in GitHub Desktop.
Save tataihono/a67eaccb33a1d3ac0d75e32438a8532d to your computer and use it in GitHub Desktop.
query {
visitor(id: "visitorId") {
countryCode
email
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