ConversationConnection
The connection type for Conversation.
type ConversationConnection {
edges: [ConversationEdge]
nodes: [Conversation]
pageInfo: PageInfo!
totalCount: Int!
totalCountCapped: Boolean!
totalPageCount: Int!
}
The connection type for Conversation.
type ConversationConnection {
edges: [ConversationEdge]
nodes: [Conversation]
pageInfo: PageInfo!
totalCount: Int!
totalCountCapped: Boolean!
totalPageCount: Int!
}
ConversationConnection.edges ● [ConversationEdge] list object common