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.