getGroupCountByCdmClusterStatus No description available. Returns GroupCountListWithTotal! Sample QueryVariablesExample Response query { getGroupCountByCdmClusterStatus { totalCount } } {} { "data": { "getGroupCountByCdmClusterStatus": { "totalCount": 0, "groupList": [ { "count": 0, "group": "example-string" } ] } } }