Skip to main content

SetPlayerModelPropertyInput

Set one arbitrary JSON property on a player-owned container. The caller must currently own the specified grid and container.

input SetPlayerModelPropertyInput {
appId: BigInt!
gridId: BigInt!
containerId: String!
propertyKey: String!
valueJson: String!
}

Fields

SetPlayerModelPropertyInput.appId ● BigInt! non-null scalar

App containing the owned grid.

SetPlayerModelPropertyInput.gridId ● BigInt! non-null scalar

Grid that confines the container.

SetPlayerModelPropertyInput.containerId ● String! non-null scalar

Player container UUID.

SetPlayerModelPropertyInput.propertyKey ● String! non-null scalar

Property key, upserted within the container.

SetPlayerModelPropertyInput.valueJson ● String! non-null scalar

JSON-encoded property value. Any valid JSON value is accepted.

Member Of

playerModelSetProperty mutation