We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15df0c commit d7a95a7Copy full SHA for d7a95a7
frontend/lib/with-apollo-client/index.tsx
@@ -71,6 +71,9 @@ const withApolloClient = (App: any) => {
71
pageProps.pageProps.currentUser = null
72
pageProps.pageProps.apolloState = apolloState
73
74
+ // @ts-ignore: ignore
75
+ apollo.toJSON = () => null
76
+
77
return {
78
...pageProps,
79
accessToken,
0 commit comments