OBJECT

InvoicesEdge

A Invoice edge in the connection.

link GraphQL Schema definition

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