OBJECT

InvoiceConnection

The connection type for Invoice.

link GraphQL Schema definition

  • type InvoiceConnection {
  • # A list of edges.
  • edges: [InvoiceEdge]
  • # A list of nodes.
  • nodes: [Invoice]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }