OBJECT

InvoiceItemsEdge

A InvoiceItem edge in the connection.

link GraphQL Schema definition

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