OBJECT
1type ClusterNode {23id: ID! 45clusterId: ID 67cluster: Cluster 89name: String 1011metrics: JSONData 1213# Cluster configuration overrides14nodeConfig: JSONData 1516paused: Boolean 1718createdDateTime: DateTime 1920modifiedDateTime: DateTime 2122status: ClusterNodeStatus 2324role: String 2526}