SetContainerPropertyInput
Set one property value on a container directly.
input SetContainerPropertyInput {
appId: BigInt!
containerId: String!
key: String!
valueType: String!
valueJson: String!
}
Fields
SetContainerPropertyInput.appId ● BigInt! non-null scalar
The app (tenant) that owns the container.
SetContainerPropertyInput.containerId ● String! non-null scalar
The container id to write to.
SetContainerPropertyInput.key ● String! non-null scalar
The property key to write.
SetContainerPropertyInput.valueType ● String! non-null scalar
The value type being written (must match the property definition).
SetContainerPropertyInput.valueJson ● String! non-null scalar
JSON-encoded value.
Member Of
gameModelSetProperty mutation