GetChunkInput
Arguments for getChunk: selects a single chunk by app id and chunk coordinates, with optional LOD filtering.
input GetChunkInput {
appId: BigInt!
coordinates: ChunkCoordinatesInput!
requestedLodLevels: [Int!]
includeAllLods: Boolean
}
Fields
GetChunkInput.appId ● BigInt! non-null scalar
Id of the app that owns the chunk (decimal string).
GetChunkInput.coordinates ● ChunkCoordinatesInput! non-null input
Address of the chunk to fetch.
GetChunkInput.requestedLodLevels ● [Int!] list scalar
Optional list of LOD levels (each >= 0) to include in the returned chunk's lods. Ignored when includeAllLods is true. Omit to apply no LOD filtering.
GetChunkInput.includeAllLods ● Boolean scalar
When true, return all available LODs and ignore requestedLodLevels.
Member Of
getChunk query