GitHub

MagentoAuthApolloBearerTokenLinkGenerator

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

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

Properties

Name Type Description
getLink ApolloLink