Dunk14
Dunk14
I already installed **ngx-popper** in some projects but in this one I get this error: `core.js:15724 ERROR Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[popperDefaults]: StaticInjectorError(Platform: core)[popperDefaults]: NullInjectorError: No provider for popperDefaults!`...
Issue related : https://github.com/n1ru4l/envelop/issues/2181 ## Description Include a `getScope` callback in `buildResponseCacheKey` to enable an Apollo like behavior, where `PUBLIC` scopes have only **one** cache key to get better performances...
### The problem Currently the scope `PUBLIC` creates a cache key per user, since I include the `session` in the key string. But I'd like to have only ONE key...