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