OBJECT

InvoiceAccountingItem35AsConnection

A connection to a list of InvoiceAccountingItem35A values.

link GraphQL Schema definition

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