Skip to content

getGroupCountByCdmClusterStatus

No description available.

Returns

GroupCountListWithTotal!

Sample

query {
  getGroupCountByCdmClusterStatus {
    totalCount
  }
}
{}
{
  "data": {
    "getGroupCountByCdmClusterStatus": {
      "totalCount": 0,
      "groupList": [
        {
          "count": 0,
          "group": "example-string"
        }
      ]
    }
  }
}