ENUM
VISITOR_STATUS
The status of a visitor to indicate its activity.
link GraphQL Schema definition
1 enum VISITOR_STATUS { 2 3 # The visitor is chatting actively. 4 5 6 # The visitor has no chat activity for a while. 7 8 9 # The visitor has gone offline. 10 11 }