OBJECT

PairedMachineConnection

A connection to a list of items.

link GraphQL Schema definition

  • type PairedMachineConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [PairedMachineEdge]
  • # A list of PairedMachine nodes.
  • nodes: [PairedMachine!]!
  • # The total count of items in the connection.
  • totalCount: Int!
  • }