OBJECT
AutomationConnection
The connection type for Automation.
link GraphQL Schema definition
- type AutomationConnection {
- # A list of edges.
- AutomationEdge] : [
- # A list of nodes.
- Automation] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }