gridOwnership
Read the current first-class ownership record for a grid. Requires authentication. Returns null when the grid has no current/unexpired owner. Player server code always resolves its execution identity from this record.
gridOwnership(
appId: BigInt!
gridId: BigInt!
): GridOwnership
Arguments
gridOwnership.appId ● BigInt! non-null scalar
App that contains the grid.
gridOwnership.gridId ● BigInt! non-null scalar
Grid whose current title to read.
Type
GridOwnership object
The current first-class ownership record for a grid. Server player code always resolves its execution identity from this record.