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