Skip to main content

ClustersResponse

Paginated response containing clusters

type ClustersResponse {
items: [Cluster!]!
itemsFound: Int!
offset: Int
page: Int
pages: Int!
start: Int!
end: Int!
}

Fields

ClustersResponse.items ● [Cluster!]! non-null object

Array of clusters for current page

ClustersResponse.itemsFound ● Int! non-null scalar

Total number of items found

ClustersResponse.offset ● Int scalar

Number of items to skip

ClustersResponse.page ● Int scalar

Current page number (1-based)

ClustersResponse.pages ● Int! non-null scalar

Total number of pages

ClustersResponse.start ● Int! non-null scalar

Starting index for current page

ClustersResponse.end ● Int! non-null scalar

Ending index for current page

Returned By

clusters query