AutomationConnection
The connection type for Automation.
type AutomationConnection {
edges: [AutomationEdge]
nodes: [Automation]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AutomationConnection.edges ● [AutomationEdge] list object common
A list of edges.
AutomationConnection.nodes ● [Automation] list object automations
A list of nodes.
AutomationConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
AutomationConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
automationsList query