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