Skip to main content

CannedReplyConnection

The connection type for CannedReply.

type CannedReplyConnection {
edges: [CannedReplyEdge]
nodes: [CannedReply]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

CannedReplyConnection.edges ● [CannedReplyEdge] list object common

A list of edges.

CannedReplyConnection.nodes ● [CannedReply] list object common

A list of nodes.

CannedReplyConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

CannedReplyConnection.totalCount ● Int! non-null scalar common

The total number of objects returned from the query.

CannedReplyConnection.totalPageCount ● Int! non-null scalar common

The total number of pages based on total page count and page size.

Returned by

cannedReplies query

Member of

CannedReplyCategory object