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