OBJECT

InvoiceAccountingItemsEdge

A InvoiceAccountingItem edge in the connection.

link GraphQL Schema definition

  • type InvoiceAccountingItemsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `InvoiceAccountingItem` at the end of the edge.
  • node: InvoiceAccountingItem!
  • }