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