@infrab4a/connect-angular 3.5.0-beta.10 → 3.5.0-beta.11
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.
|
@@ -1879,7 +1879,7 @@
|
|
|
1879
1879
|
useFactory: function (options, filterOptionRepository) {
|
|
1880
1880
|
return new i1$1.FilterHasuraGraphQLRepository(options.endpoint, options.credentials, filterOptionRepository);
|
|
1881
1881
|
},
|
|
1882
|
-
deps: [HASURA_OPTIONS],
|
|
1882
|
+
deps: [HASURA_OPTIONS, i1$1.FilterOptionHasuraGraphQLRepository],
|
|
1883
1883
|
},
|
|
1884
1884
|
] });
|
|
1885
1885
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.12", ngImport: i0__namespace, type: AngularHasuraGraphQLModule, decorators: [{
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
useFactory: function (options, filterOptionRepository) {
|
|
1940
1940
|
return new i1$1.FilterHasuraGraphQLRepository(options.endpoint, options.credentials, filterOptionRepository);
|
|
1941
1941
|
},
|
|
1942
|
-
deps: [HASURA_OPTIONS],
|
|
1942
|
+
deps: [HASURA_OPTIONS, i1$1.FilterOptionHasuraGraphQLRepository],
|
|
1943
1943
|
},
|
|
1944
1944
|
],
|
|
1945
1945
|
}]
|