NearbyGrid
A grid overlapping a scanned region (returned by nearbyGrids). Bounds only — no permission keys.
type NearbyGrid {
appId: BigInt!
gridId: BigInt!
lowChunk: ChunkCoordinates!
highChunk: ChunkCoordinates!
}
Fields
NearbyGrid.appId ● BigInt! non-null scalar
The app (tenant) that owns the grid.
NearbyGrid.gridId ● BigInt! non-null scalar
The grid id.
NearbyGrid.lowChunk ● ChunkCoordinates! non-null object
Low (minimum) corner chunk of the grid box.
NearbyGrid.highChunk ● ChunkCoordinates! non-null object
High (maximum) corner chunk of the grid box.
Returned By
nearbyGrids query