quotasForOrg
Lists the org-scoped quota rules explicitly configured for an organization (excludes app-, tier-, and free-tier-default quotas). Use effectiveQuota to resolve the limit actually applied for a given metric. Requires the 'view_usage' org permission.
quotasForOrg(
orgId: BigInt!
): [ServiceQuota!]!
Arguments
quotasForOrg.orgId ● BigInt! non-null scalar
Organization id (BigInt as a decimal string) whose quota rules to list.