agentRunLogsConnection
Reads and enables pagination through a set of AgentRunLog.
agentRunLogsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [AgentRunLogsOrderBy!] = [PRIMARY_KEY_ASC]
condition: AgentRunLogCondition
filter: AgentRunLogFilter
): AgentRunLogsConnection
Arguments
agentRunLogsConnection.first ● Int scalar
Only read the first n values of the set.
agentRunLogsConnection.last ● Int scalar
Only read the last n values of the set.
agentRunLogsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
agentRunLogsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
agentRunLogsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
agentRunLogsConnection.orderBy ● [AgentRunLogsOrderBy!] list enum
The method to use when ordering AgentRunLog.
agentRunLogsConnection.condition ● AgentRunLogCondition input
A condition to be used in determining which values should be returned by the collection.
agentRunLogsConnection.filter ● AgentRunLogFilter input
A filter to be used in determining which values should be returned by the collection.
Type
AgentRunLogsConnection object
A connection to a list of AgentRunLog values.