DEV

Query.

carrierBillingInvoices

Retrieve a CarrierBillingInvoiceConnection based on a CarrierBillingInvoiceFilter criteria

Arguments

after

String

No description
No description

first

Int

No description
GraphQL
1
2
3
type Query {
  carrierBillingInvoices(after: String, filter: CarrierBillingInvoiceFilter, first: Int): CarrierBillingInvoiceConnection!
}

Was this page helpful?