import { MagentoAuthApolloBearerTokenLinkGenerator } from '@daffodil/auth/driver/magento'
A service that will convert cacheable apollo operations into a format that Magento will understand as cacheable.
@Injectable()
class MagentoAuthApolloBearerTokenLinkGenerator implements DaffApolloLinkGenerator {
getLink(): ApolloLink
}
ApolloLink