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