OBJECT

InvoiceAccountingItemCostUnitsConnection

A connection to a list of InvoiceAccountingItemCostUnit values.

link GraphQL Schema definition

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