playerModelContainers
List flexible player-model containers owned by the caller in one currently owned grid. Requires an app-scoped token and current grid ownership; never returns app-wide or foreign-owner rows.
playerModelContainers(
appId: BigInt!
gridId: BigInt!
): [PlayerModelContainer!]!
Arguments
playerModelContainers.appId ● BigInt! non-null scalar
App containing the grid; must match the app-scoped token.
playerModelContainers.gridId ● BigInt! non-null scalar
Grid currently owned by the caller.
Type
PlayerModelContainer object
A flexible player-owned model container confined to exactly one app, grid, and current owner.