Skip to main content

UpdateActorInput

No description

input UpdateActorInput {
appId: BigInt
avatarId: BigInt
chunk: ChunkCoordinatesInput
privateState: String
publicState: String
}

Fields

UpdateActorInput.appId ● BigInt scalar

New app id, or omit to leave unchanged. BigInt sent as a decimal string.

UpdateActorInput.avatarId ● BigInt scalar

New avatar id, or omit to leave unchanged. BigInt sent as a decimal string.

UpdateActorInput.chunk ● ChunkCoordinatesInput input

New chunk-grid coordinates (x, y, z as int64 BigInt decimal strings), or omit to leave unchanged.

UpdateActorInput.privateState ● String scalar

New owner-only private state blob (base64-encoded binary), or omit to leave unchanged.

UpdateActorInput.publicState ● String scalar

New public state blob (base64-encoded binary), or omit to leave unchanged.

Member Of

updateActor mutation