AgentRunLogsConnection
A connection to a list of AgentRunLog values.
type AgentRunLogsConnection {
nodes: [AgentRunLog!]!
edges: [AgentRunLogsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AgentRunLogsConnection.nodes ● [AgentRunLog!]! non-null object
A list of AgentRunLog objects.
AgentRunLogsConnection.edges ● [AgentRunLogsEdge!]! non-null object
A list of edges which contains the AgentRunLog and cursor to aid in pagination.
AgentRunLogsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AgentRunLogsConnection.totalCount ● Int! non-null scalar
The count of *all* AgentRunLog you could get from the connection.
Returned By
agentRunLogsConnection query