PlayerModelContainerRefInput
Identify one player-owned model container within an app and grid. The server also forces the current caller as owner.
input PlayerModelContainerRefInput {
appId: BigInt!
gridId: BigInt!
containerId: String!
}
Fields
PlayerModelContainerRefInput.appId ● BigInt! non-null scalar
App containing the owned grid.
PlayerModelContainerRefInput.gridId ● BigInt! non-null scalar
Grid that confines the container.
PlayerModelContainerRefInput.containerId ● String! non-null scalar
Player container UUID.
Member Of
playerModelContainer query ● playerModelDeleteContainer mutation