OBJECT

InvoiceCostUnitsEdge

A InvoiceCostUnit edge in the connection.

link GraphQL Schema definition

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