@vocollege/app 0.0.144 → 0.0.145

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.
@@ -154,7 +154,7 @@ var GraphClient = /** @class */ (function () {
154
154
  },
155
155
  },
156
156
  }),
157
- link: client_1.ApolloLink.from([
157
+ link: (0, client_1.from)([
158
158
  links.errorLink,
159
159
  links.authLink,
160
160
  links.omitTypenameLink,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocollege/app",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -110,7 +110,7 @@ class GraphClient {
110
110
  },
111
111
  },
112
112
  }),
113
- link: ApolloLink.from([
113
+ link: from([
114
114
  links.errorLink,
115
115
  links.authLink,
116
116
  links.omitTypenameLink,