GitHub

provideDaffProductMagentoExtraProductPageFragments

import { provideDaffProductMagentoExtraProductPageFragments } from '@daffodil/product/driver/magento'

Provides extra GraphQL fragments for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_PAGE_FRAGMENTS.

Examples

providers: [
  ...provideDaffProductMagentoExtraProductPageFragments(
    myExtraProductFragment
  )
]