GitHub

DaffMagentoApolloCacheableOperationsLinkGenerator

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

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

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

() Methods

getLink
ApolloLink