agents
Lists all agents in the organization.
agents(
after: String
before: String
filter: AgentFilter
first: Int
last: Int
orderBy: AgentOrder
): AgentConnection
Arguments
agents.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
agents.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
agents.filter ● AgentFilter input common
The fields by which to filter the results.
agents.first ● Int scalar common
Returns the first n elements from the list.
agents.last ● Int scalar common
Returns the last n elements from the list.
agents.orderBy ● AgentOrder input common
The field and direction by which to order the results.
Type
AgentConnection object common
The connection type for Agent.