OBJECT
ConversationVisitorConnection
A connection to a list of items.
link GraphQL Schema definition
- type ConversationVisitorConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [ConversationVisitorEdge]
- }
OBJECT
A connection to a list of items.
- type ConversationVisitorConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [ConversationVisitorEdge]
- }