Graphql fields and variables for the featureUsageHistogram query
Last updated 9 months ago
Was this helpful?
Scope required:
For a complete list of possible response fields see the type.
query featureUsageHistogram ($subscriptionChargeId: ID, $periods: Int) { featureUsageHistogram (subscriptionChargeId: $subscriptionChargeId, periods: $periods) { periodRange } }
subscriptionChargeId
ID
ID of the usage-based subscription charge
periods
Int
Number of periods to calculate the histogram.
Default is 4.|