OBJECT
ClusterInfo stores the cluster information.
type ClusterInfo {# Specifies the UUID of the cluster.clusterUuid: String! # Specifies the name of the cluster.clusterName: String! }