GitHub

DaffMagentoCacheHeaderApolloLinkGenerator

Stores and sets the Magento cache ID header. This will set the X-Magento-Cache-Id header from the most recent value encountered on a response, if there was a response with that header set.

import { DaffMagentoCacheHeaderApolloLinkGenerator } from '@daffodil/driver/magento'
@Injectable()
class DaffMagentoCacheHeaderApolloLinkGenerator implements DaffApolloLinkGenerator {
  getLink(): ApolloLink
}

Properties

Name Type Description
getLink ApolloLink