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