Skip to main content

VoxelUpdatesByDistanceResponse

Result of listVoxelUpdatesByDistance: per-chunk groups of voxel edits ordered by increasing distance from the center, plus an echo of the pagination applied.

type VoxelUpdatesByDistanceResponse {
chunks: [ChunkVoxelUpdatesResponse!]!
centerCoordinate: ChunkCoordinates!
limit: Int
skip: Int
}

Fields

VoxelUpdatesByDistanceResponse.chunks ● [ChunkVoxelUpdatesResponse!]! non-null object

Per-chunk groups of voxel edits, ordered by increasing Chebyshev distance from centerCoordinate.

VoxelUpdatesByDistanceResponse.centerCoordinate ● ChunkCoordinates! non-null object

The center chunk the search was performed around.

VoxelUpdatesByDistanceResponse.limit ● Int scalar

Echo of the chunk limit applied to this page, or null if none was supplied.

VoxelUpdatesByDistanceResponse.skip ● Int scalar

Echo of the chunk skip applied to this page, or null if none was supplied.

Returned By

listVoxelUpdatesByDistance query