Skip to main content
Reports usage for multiple customers/features in a single request.

Mutation

mutation ReportUsageBulk($input: ReportUsageBulkInput!) {
  reportUsageBulk(input: $input) {
    measurementId
    currentUsage
  }
}

Parameters

input
ReportUsageBulkInput
required
Input for bulk usage reporting

Return Type

Returns an array of UsageMeasurementWithCurrentUsage objects.

Common Use Cases

Report accumulated usage from a background job.
Sync usage data from external systems.