OBJECT

GroupCount

Description

Represents count of clusters grouped by upgrade status.

link GraphQL Schema definition

  • type GroupCount {
  • # Group name.
  • group: String!
  • # Group member count.
  • count: Int!
  • }