Skip to main content

ChunkLodsResponse

Result of getChunkLods: identifying info for a chunk plus the LOD levels that were requested.

type ChunkLodsResponse {
chunkId: ID!
appId: ID!
coordinates: ChunkCoordinates!
lods: [LodData!]!
updatedAt: DateTime!
}

Fields

ChunkLodsResponse.chunkId ● ID! non-null scalar

Chunk id (decimal string).

ChunkLodsResponse.appId ● ID! non-null scalar

Owning app id (decimal string).

ChunkLodsResponse.coordinates ● ChunkCoordinates! non-null object

Address of the chunk.

ChunkLodsResponse.lods ● [LodData!]! non-null object

The requested LOD levels for the chunk.

ChunkLodsResponse.updatedAt ● DateTime! non-null scalar

Timestamp when the chunk was last updated.

Returned By

getChunkLods query