OBJECT
GroupCountListWithTotal
Description
Represents total count of clusters in each group of upgrade type.
link GraphQL Schema definition
- type GroupCountListWithTotal {
- # List of clusters grouped by upgrade status.
- : [GroupCount!]!
- # Total count of Rubrik clusters.
- : Int!
- }