Skip to main content

AgentConnection

The connection type for Agent.

type AgentConnection {
edges: [AgentEdge]
nodes: [Agent]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

AgentConnection.edges ● [AgentEdge] list object common

A list of edges.

AgentConnection.nodes ● [Agent] list object common

A list of nodes.

AgentConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

AgentConnection.totalCount ● Int! non-null scalar common

The total number of objects returned from the query.

AgentConnection.totalPageCount ● Int! non-null scalar common

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

Returned by

agents query

Member of

Channel interface ● Conversation interface ● DemoEmailChannel object ● EmailChannel object ● EmailConversation object ● FacebookConversation object ● Folder object ● Team object ● TwitterConversation object ● WidgetConversation object