ConversationConnection
The connection type for Conversation.
type ConversationConnection {
edges: [ConversationEdge]
nodes: [Conversation]
pageInfo: PageInfo!
totalCount: Int!
totalCountCapped: Boolean!
totalPageCount: Int!
}
Fields
ConversationConnection.edges ● [ConversationEdge] list object common
A list of edges.
ConversationConnection.nodes ● [Conversation] list interface common
A list of nodes.
ConversationConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
ConversationConnection.totalCount ● Int! non-null scalar common
The total number of objects returned from the query.
ConversationConnection.totalCountCapped ● Boolean! non-null scalar common
True when total_count has been capped at the search limit and the real count may be higher.
ConversationConnection.totalPageCount ● Int! non-null scalar common
The total number of pages based on total page count and page size.
Returned by
conversations query
Member of
conversationRestorePayload object