OBJECT
BillingsConnection
The connection type for Billing.
link GraphQL Schema definition
- type BillingsConnection {
- # A list of edges.
- BillingsEdge] : [
- # A list of nodes.
- Billing] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }