ProductCatalogSection
A section of the product catalog, showing products of a single type (Plan Tier, Support Tier, etc)
type ProductCatalogSection {
  sectionName: String!
  productTypeMetadata: ProductTypeMetadata
  allProducts: [CatalogProductView!]!
}
Fields
ProductCatalogSection.sectionName ● String! non-null scalar
ProductCatalogSection.productTypeMetadata ● ProductTypeMetadata object
Metadata for the product type this section is for
ProductCatalogSection.allProducts ● [CatalogProductView!]! non-null object
All available products, regardless of the current subscription.
Member Of
ProductCatalog  object