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