OBJECT

ProductTypeInfo

Description

Information about the product type.

link GraphQL Schema definition

  • type ProductTypeInfo {
  • # The product type.
  • productType: String!
  • # The bundle features in this product type.
  • bundleFeatures: [String!]!
  • # The licenses under this product type.
  • licenses: [License!]!
  • }