OBJECT

InvoiceAccountingItemsConnection

A connection to a list of InvoiceAccountingItem values.

link GraphQL Schema definition

  • type InvoiceAccountingItemsConnection {
  • # A list of `InvoiceAccountingItem` objects.
  • nodes: [InvoiceAccountingItem!]!
  • # A list of edges which contains the `InvoiceAccountingItem` and cursor to aid in
  • # pagination.
  • edges: [InvoiceAccountingItemsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `InvoiceAccountingItem` you could get from the connection.
  • totalCount: Int!
  • }