Skip to main content

GetVoxelListInput

Arguments for getVoxelList: selects all recorded voxel edits for one chunk by app id and chunk coordinates.

input GetVoxelListInput {
appId: BigInt!
coordinates: ChunkCoordinatesInput!
}

Fields

GetVoxelListInput.appId ● BigInt! non-null scalar

Id of the app that owns the chunk (decimal string).

GetVoxelListInput.coordinates ● ChunkCoordinatesInput! non-null input

Address of the chunk whose voxel edits to list.

Member Of

getVoxelList query