OBJECT
InvoiceAccountingItemCostUnitsConnection
A connection to a list of InvoiceAccountingItemCostUnit values.
link GraphQL Schema definition
- type InvoiceAccountingItemCostUnitsConnection {
- # A list of `InvoiceAccountingItemCostUnit` objects.
- : [InvoiceAccountingItemCostUnit!]!
- # A list of edges which contains the `InvoiceAccountingItemCostUnit` and cursor to
- # aid in pagination.
- : [InvoiceAccountingItemCostUnitsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `InvoiceAccountingItemCostUnit` you could get from the
- # connection.
- : Int!
- }