import { provideDaffProductMagentoExtraProductPageFragments } from '@daffodil/product/driver/magento'
Provides extra GraphQL fragments for the Magento product driver.
const provideDaffProductMagentoExtraProductPageFragments: <R extends any = any>(...values: R[]) => ValueProvider[]
providers: [
...provideDaffProductMagentoExtraProductPageFragments(
myExtraProductFragment
)
]