Skip to content

getGroupCountByUpgradeJobStatus

No description available.

Returns

[GroupCount!]!

Sample

query {
  getGroupCountByUpgradeJobStatus {
    count
    group
  }
}
{}
{
  "data": {
    "getGroupCountByUpgradeJobStatus": [
      {
        "count": 0,
        "group": "example-string"
      }
    ]
  }
}