NearbyGridsInput
Scan a region for grids. Player-safe: returns bounds only, no permission keys and no impersonation userId.
input NearbyGridsInput {
appId: BigInt!
lowChunk: ChunkCoordinatesInput!
highChunk: ChunkCoordinatesInput!
}
Fields
NearbyGridsInput.appId ● BigInt! non-null scalar
The app (tenant) to scan within.
NearbyGridsInput.lowChunk ● ChunkCoordinatesInput! non-null input
Low corner of the region to scan, in chunk coordinates (normalized).
NearbyGridsInput.highChunk ● ChunkCoordinatesInput! non-null input
High corner of the region to scan, in chunk coordinates (normalized).
Member Of
nearbyGrids query