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