Skip to main content

ListVoxelsInput

Arguments for listVoxels: selects recorded voxel edits for one chunk, optionally only those at/after a timestamp.

input ListVoxelsInput {
appId: BigInt!
coordinates: ChunkCoordinatesInput!
since: DateTime
}

Fields

ListVoxelsInput.appId ● BigInt! non-null scalar

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

ListVoxelsInput.coordinates ● ChunkCoordinatesInput! non-null input

Address of the chunk whose voxel edits to list.

ListVoxelsInput.since ● DateTime scalar

Optional inclusive lower time bound. When set, only voxel edits with createdAt >= this timestamp are returned.

Member Of

listVoxels query