Skip to main content

TransferGridOwnershipInput

No description

input TransferGridOwnershipInput {
appId: BigInt!
gridId: BigInt!
newOwnerUserId: BigInt!
tenure: GridTenure
expiresAt: DateTime
}

Fields

TransferGridOwnershipInput.appId ● BigInt! non-null scalar

App that contains the grid.

TransferGridOwnershipInput.gridId ● BigInt! non-null scalar

Grid whose title transfers.

TransferGridOwnershipInput.newOwnerUserId ● BigInt! non-null scalar

User id receiving title.

TransferGridOwnershipInput.tenure ● GridTenure enum

New owner tenure.

TransferGridOwnershipInput.expiresAt ● DateTime scalar

Required when the new tenure is RENTED.

Member Of

transferGridOwnership mutation