gameModelCancelTimer
Cancel pending timers by id or by dedupe key, returning how many were removed. A timer already claimed for execution cannot be cancelled. Requires app-admin ('manage_apps').
gameModelCancelTimer(
appId: BigInt!
timerId: String
dedupeKey: String
): Int!
Arguments
gameModelCancelTimer.appId ● BigInt! non-null scalar
The app (tenant) that owns the timer.
gameModelCancelTimer.timerId ● String scalar
Cancel this specific timer id.
gameModelCancelTimer.dedupeKey ● String scalar
Cancel the pending timer holding this dedupe key.
Type
Int scalar
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.