searchClusters
Searches clusters with optional filtering and ordering. Returns a paginated list.
searchClusters(
after: String
before: String
first: Int
last: Int
filter: ClusterFilterInput
orderBy: [ClusterOrderInput!]
): ClusterConnection!
Arguments
searchClusters.after ● String scalar
Returns elements after this cursor for forward pagination.
searchClusters.before ● String scalar
Returns elements before this cursor for backward pagination.
searchClusters.first ● Int scalar
Maximum number of results to return (forward pagination).
searchClusters.last ● Int scalar
Number of results from the end (backward pagination).
searchClusters.filter ● ClusterFilterInput input
Filter criteria to narrow results by cluster attributes.
searchClusters.orderBy ● [ClusterOrderInput!] list input
Ordering rules. Specify one or more fields with sort direction.