AgentPage
A page of agents
type AgentPage {
results: [Agent!]!
pageInfo: PageInfo!
}
Fields
AgentPage.results ● [Agent!]! non-null object
The list of agents
AgentPage.pageInfo ● PageInfo! non-null object
Pagination information
Returned By
agents query