OBJECT

InvoiceCostUnitsConnection

A connection to a list of InvoiceCostUnit values.

link GraphQL Schema definition

  • type InvoiceCostUnitsConnection {
  • # A list of `InvoiceCostUnit` objects.
  • nodes: [InvoiceCostUnit!]!
  • # A list of edges which contains the `InvoiceCostUnit` and cursor to aid in
  • # pagination.
  • edges: [InvoiceCostUnitsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `InvoiceCostUnit` you could get from the connection.
  • totalCount: Int!
  • }