clusterRegistrationProductInfo Info about the cluster product types the user is entitled to. Returns ClusterRegistrationProductInfoType! Sample QueryVariablesExample Response query { clusterRegistrationProductInfo { latestProductType productTypes } } {} { "data": { "clusterRegistrationProductInfo": { "latestProductType": "example-string", "productTypes": [ "example-string" ] } } }