OBJECT
ConversationConnection
A connection to a list of items.
link GraphQL Schema definition
- type ConversationConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [ConversationEdge]
- # A list of Conversation nodes.
- : [Conversation!]!
- # The total count of items in the connection.
- : Int!
- }