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