nearbyGrids
List every grid overlapping a chunk-coordinate bounding box, returning gridId and bounds only. Player-safe: no permission keys and no impersonation userId. Requires an app-scoped token for the same app.
nearbyGrids(
input: NearbyGridsInput!
): [NearbyGrid!]!
Arguments
nearbyGrids.input ● NearbyGridsInput! non-null input
The app and the low/high chunk corners of the region to scan (corners are normalized).
Type
NearbyGrid object
A grid overlapping a scanned region (returned by nearbyGrids). Bounds only — no permission keys.