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