Skip to main content

SetAppReservedThroughputResult

Result of setAppReservedThroughput: updated app + reservation fee debited (0 when downgrading or unchanged).

type SetAppReservedThroughputResult {
app: App!
chargedCents: BigInt!
}

Fields

SetAppReservedThroughputResult.app ● App! non-null object

App after the reservation change.

SetAppReservedThroughputResult.chargedCents ● BigInt! non-null scalar

Cents debited from the org wallet for this change (prorated upgrade). 0 when clearing or lowering reservation.

Returned By

setAppReservedThroughput mutation