OBJECT

InvoiceAccountingItemCostUnitsEdge

A InvoiceAccountingItemCostUnit edge in the connection.

link GraphQL Schema definition

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