GitHub

provideDaffProductMagentoExtraProductPageFragments

Provides extra GraphQL fragments for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_PAGE_FRAGMENTS.

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

Examples

providers: [
  ...provideDaffProductMagentoExtraProductPageFragments(
    myExtraProductFragment
  )
]