OBJECT
The connection type for Agent.
type AgentConnection {# A list of edges.edges: [AgentEdge] # A list of nodes.nodes: [Agent] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }