Skip to main content

ClusterOptionsResponse

Paginated response containing cluster options

type ClusterOptionsResponse {
items: [ClusterOption!]!
itemsFound: Int!
offset: Int
page: Int
pages: Int!
start: Int!
end: Int!
}

Fields

ClusterOptionsResponse.items ● [ClusterOption!]! non-null object

Items returned by the query for the current page.

ClusterOptionsResponse.itemsFound ● Int! non-null scalar

Total number of items found

ClusterOptionsResponse.offset ● Int scalar

Number of items to skip

ClusterOptionsResponse.page ● Int scalar

Current page number (1-based)

ClusterOptionsResponse.pages ● Int! non-null scalar

Total number of pages

ClusterOptionsResponse.start ● Int! non-null scalar

Starting index for current page

ClusterOptionsResponse.end ● Int! non-null scalar

Ending index for current page

Returned By

clusterOptions query