provideDaffProductMagentoExtraProductFragments
Provides extra GraphQL fragments for the Magento product driver.
See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_FRAGMENTS
.
import { provideDaffProductMagentoExtraProductFragments } from '@daffodil/product/driver/magento'
const provideDaffProductMagentoExtraProductFragments: undefined
Examples
providers: [
...provideDaffProductMagentoExtraProductFragments(
myExtraProductFragment
)
]