Skip to main content

ChatMessageConnection

A connection to a list of items.

type ChatMessageConnection {
edges: [ChatMessageEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ChatMessageConnection.edges ● [ChatMessageEdge] list object

A list of edges.

ChatMessageConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ChatMessageConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

chatMessages query

Member Of

ChatConversation object