decideCommerceRiskFlag
Release (settle held order + unfreeze payout) or confirm (uphold) a T11 risk flag. Requires 'manage_compute'.
decideCommerceRiskFlag(
appId: BigInt!
flagId: String!
release: Boolean!
): Boolean!
Arguments
decideCommerceRiskFlag.appId ● BigInt! non-null scalar
App that owns the flag.
decideCommerceRiskFlag.flagId ● String! non-null scalar
UUID of the flag.
decideCommerceRiskFlag.release ● Boolean! non-null scalar
True to release, false to confirm.
Type
Boolean scalar
The Boolean scalar type represents true or false.