Skip to main content

AutomationExecutionConnection

The connection type for AutomationExecution.

type AutomationExecutionConnection {
edges: [AutomationExecutionEdge]
nodes: [AutomationExecution]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AutomationExecutionConnection.edges ● [AutomationExecutionEdge] list object

A list of edges.

AutomationExecutionConnection.nodes ● [AutomationExecution] list object

A list of nodes.

AutomationExecutionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AutomationExecutionConnection.totalCount ● Int! non-null scalar

Total count of items in the connection, without considering pagination.

Member Of

Automation object