gridClaimPolicy
The app's grid claim policy (D4): how a player claim confers grid ownership.
gridClaimPolicy(
appId: BigInt!
): GridClaimPolicy!
Arguments
gridClaimPolicy.appId ● BigInt! non-null scalar
App whose claim policy to read.
Type
GridClaimPolicy enum
How a player claim confers grid ownership in this app (D4): SELF_CLAIM (the claim alone assigns ownership), APPROVAL (claims create requests designated approvers accept), INVITE (only against a standing invite), or MARKETPLACE_ONLY (direct claims refused). setAppGridClaimPolicy refuses MARKETPLACE_ONLY while paid grid commerce is off the public API.