OBJECT

ClusterRegistrationProductInfoType

Description

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

link GraphQL Schema definition

  • type ClusterRegistrationProductInfoType {
  • # Distinct cluster product types associated with the cluster registration tokens.
  • # Product type can only be either Hybrid or LifeOfDevice.
  • productTypes: [String!]!
  • # The latest product type associated with the user. Product type can only be
  • # either Hybrid or LifeOfDevice.
  • latestProductType: String!
  • }

link Require by