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