appComputeBudget
An app's stored compute allowance, or null when none has been set — in which case the app is measured against the platform reference allowance and is never refused. Requires app-admin ('manage_apps').
appComputeBudget(
appId: BigInt!
): AppComputeBudgetInfo
Arguments
appComputeBudget.appId ● BigInt! non-null scalar
The app (tenant) whose allowance to read.
Type
AppComputeBudgetInfo object
An app's compute allowance in units per minute, spanning the expression engine and both WASM tiers. Absent when no allowance has been set for the app, in which case the app is measured against the platform reference allowance and is never refused.