We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af4b3e commit 1f94496Copy full SHA for 1f94496
src/graphnode.ts
@@ -41,6 +41,8 @@ export function createApolloClient(options: {
41
uri: options.graphqlHttpProvider
42
})
43
44
+ // 'lazy: true' and 'reconnect: false' are temporary fixes to avoid unnecessary web socket calls from the graph.
45
+ // See https://github.com/daostack/arc.js/pull/573
46
const wsLink = new WebSocketLink({
47
options: {
48
lazy: true,
0 commit comments