Skip to content

clusterRegistrationProductInfo

Info about the cluster product types the user is entitled to.

Returns

ClusterRegistrationProductInfoType!

Sample

query {
  clusterRegistrationProductInfo {
    latestProductType
    productTypes
  }
}
{}
{
  "data": {
    "clusterRegistrationProductInfo": {
      "latestProductType": "example-string",
      "productTypes": [
        "example-string"
      ]
    }
  }
}