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