AutomationExecutionEdge
An edge in a connection.
type AutomationExecutionEdge {
cursor: String!
node: AutomationExecution
}
Fields
AutomationExecutionEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
AutomationExecutionEdge.node ● AutomationExecution object automations
The item at the end of the edge.