Skip to main content

ChunksByDistanceResponse

Paginated result of getChunksByDistance: the chunks found within the search cube plus an echo of the pagination applied.

type ChunksByDistanceResponse {
chunks: [Chunk!]!
limit: Int
skip: Int
}

Fields

ChunksByDistanceResponse.chunks ● [Chunk!]! non-null object

Chunks found within the search cube.

ChunksByDistanceResponse.limit ● Int scalar

Echo of the limit applied to this page, or null if none was supplied.

ChunksByDistanceResponse.skip ● Int scalar

Echo of the skip applied to this page, or null if none was supplied.

Returned By

getChunksByDistance query