GitHub

DaffMagentoApolloCacheableOperationsLinkGenerator

A service that will convert cacheable apollo operations into a format that Magento will understand as cacheable.

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

Properties

Name Type Description
getLink ApolloLink