Skip to main content

orgUsageSummary

Org-level rollup of replication/GraphQL byte totals and GraphQL op counts across all apps in the organization for the time window. Read-only reporting. Requires the 'view_usage' org permission.

orgUsageSummary(
orgId: BigInt!
since: DateTime
): OrgUsageSummary!

Arguments

orgUsageSummary.orgId ● BigInt! non-null scalar

Organization id (BigInt) to roll up usage for.

orgUsageSummary.since ● DateTime scalar

Start of the aggregation window (ISO-8601 DateTime or relative duration such as 1d, 7d, 1h) up to now. Defaults to 7d when omitted.

Type

OrgUsageSummary object

Org-level rollup of replication/GraphQL byte totals and GraphQL op counts across all apps in the organization for the time window.