@infrab4a/connect-angular 4.18.4-beta.1 → 4.19.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -742,6 +742,7 @@ AngularHasuraGraphQLModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.
742
742
  useFactory: (options, platformId) => ({
743
743
  endpoint: options.endpoint,
744
744
  authOptions: options.credentials,
745
+ cache: options.cache,
745
746
  interceptors: {
746
747
  request: (request) => {
747
748
  if (isPlatformBrowser(platformId))
@@ -900,6 +901,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
900
901
  useFactory: (options, platformId) => ({
901
902
  endpoint: options.endpoint,
902
903
  authOptions: options.credentials,
904
+ cache: options.cache,
903
905
  interceptors: {
904
906
  request: (request) => {
905
907
  if (isPlatformBrowser(platformId))