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