Skip to main content

ClusterConnection

No description

type ClusterConnection {
edges: [ClusterEdge!]!
nodes: [Cluster!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ClusterConnection.edges ● [ClusterEdge!]! non-null object

ClusterConnection.nodes ● [Cluster!]! non-null object

ClusterConnection.pageInfo ● PageInfo! non-null object

ClusterConnection.totalCount ● Int! non-null scalar

Returned By

searchClusters query