GitHub

provideDaffProductConfigurableMagentoExtraVariantFragments

const

import { provideDaffProductConfigurableMagentoExtraVariantFragments } from '@daffodil/product-configurable/driver/magento'

Provides extra GraphQL fragments for the Magento product driver.

See DAFF_PRODUCT_CONFIGURABLE_MAGENTO_EXTRA_VARIANT_FRAGMENTS.

const provideDaffProductConfigurableMagentoExtraVariantFragments: <R extends any = any>(...values: R[]) => ValueProvider[]

Examples

providers: [
  ...provideDaffProductConfigurableMagentoExtraVariantFragments(
    myExtraProductFragment
  )
]

providers: [
  ...provideDaffProductConfigurableMagentoExtraVariantFragments(
    myExtraProductFragment
  )
]