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 0ef449e commit 1d32258Copy full SHA for 1d32258
web/src/index.js
@@ -46,7 +46,7 @@ const client = new ApolloClient({
46
cache: new InMemoryCache({
47
typePolicies: {
48
ServerInfo: {
49
- merge: false,
+ merge: true,
50
},
51
52
}),
0 commit comments