Skip to main content

ChatConversationConnection

A connection to a list of items.

type ChatConversationConnection {
edges: [ChatConversationEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ChatConversationConnection.edges ● [ChatConversationEdge] list object

A list of edges.

ChatConversationConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ChatConversationConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

chatConversations query