issueGridClaimInvite
Issue a standing grid claim invite (claim policy INVITE). Callable by designated approvers or studio staff holding manage_compute; the invitee then calls claimGridOwnership to take ownership.
issueGridClaimInvite(
appId: BigInt!
gridId: BigInt!
inviteeUserId: BigInt!
): Boolean!
Arguments
issueGridClaimInvite.appId ● BigInt! non-null scalar
App containing the grid.
issueGridClaimInvite.gridId ● BigInt! non-null scalar
The grid the invite covers.
issueGridClaimInvite.inviteeUserId ● BigInt! non-null scalar
Player the invite is issued to.
Type
Boolean scalar
The Boolean scalar type represents true or false.