transferGridOwnership
Transfer grid title to another user. The current user owner or an app admin may transfer. DESTRUCTIVE/SECURITY-SENSITIVE: atomically disables every player module on the grid pending new-owner consent, wipes module state, removes the old owner direct grid grants, and closes the old title row. The new owner receives no implicit permissions.
transferGridOwnership(
input: TransferGridOwnershipInput!
): GridOwnership!
Arguments
transferGridOwnership.input ● TransferGridOwnershipInput! non-null input
App/grid, new owner user id, tenure, and optional rental expiry.
Type
GridOwnership object
The current first-class ownership record for a grid. Server player code always resolves its execution identity from this record.