OBJECT

BillingsConnection

The connection type for Billing.

link GraphQL Schema definition

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