OBJECT

AutomationConnection

The connection type for Automation.

link GraphQL Schema definition

  • type AutomationConnection {
  • # A list of edges.
  • edges: [AutomationEdge]
  • # A list of nodes.
  • nodes: [Automation]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }