appUsageSummary
Replication and GraphQL byte totals plus the top GraphQL operations for one app over the time range. Read-only reporting; the app must be linked to an environment in the org. Requires the 'view_usage' org permission.
appUsageSummary(
orgId: BigInt!
appId: BigInt!
since: DateTime!
operationLimit: Int = 20
): AppUsageSummary!
Arguments
appUsageSummary.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the app.
appUsageSummary.appId ● BigInt! non-null scalar
App id (BigInt) to summarize usage for.
appUsageSummary.since ● DateTime! non-null scalar
Start of the time range (ISO-8601 DateTime or relative duration such as 1d, 7d, 1h) up to now.
appUsageSummary.operationLimit ● Int scalar
Max number of top GraphQL operations to include (default 20).
Type
AppUsageSummary object
Aggregate byte totals plus the top GraphQL operations for one app over the window. WHICH OF THESE YOU PAY FOR: the *SendBytes fields are the billable direction, and *RecvBytes are metered but do NOT count toward Aggregate Data Volume, the monthly free-tier and overage measure. All byte figures are wire bytes measured at the network interface, including transport and network headers, and after any compression the service applies -- they will not match a client-side byte counter.