GitHub

provideDaffProductMagentoExtraProductFragments

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

Provides extra GraphQL fragments for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_FRAGMENTS.

Examples

providers: [
  ...provideDaffProductMagentoExtraProductFragments(
    myExtraProductFragment
  )
]