AutomationExecutionConnection
The connection type for AutomationExecution.
type AutomationExecutionConnection {
edges: [AutomationExecutionEdge]
nodes: [AutomationExecution]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AutomationExecutionConnection.edges ● [AutomationExecutionEdge] list object common
A list of edges.
AutomationExecutionConnection.nodes ● [AutomationExecution] list object automations
A list of nodes.
AutomationExecutionConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
AutomationExecutionConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Member Of
Automation object