MintAppTokenInput
Input for mintAppToken: directly mint an app-scoped gameplay token for the calling user (native/direct path, no browser redirect).
input MintAppTokenInput {
appId: BigInt!
}
Fields
MintAppTokenInput.appId ● BigInt! non-null scalar
Numeric id of the app to mint a confined gameplay token for. Free/open apps are auto-granted access; paid apps require an existing entitlement (else FORBIDDEN).
Member Of
mintAppToken mutation