GitHub

DaffMagentoCacheHeaderApolloLinkGenerator

import { DaffMagentoCacheHeaderApolloLinkGenerator } from '@daffodil/driver/magento'

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.

@Injectable()
class DaffMagentoCacheHeaderApolloLinkGenerator implements DaffApolloLinkGenerator {
  getLink(): ApolloLink
}

() Methods

getLink
ApolloLink