diff --git a/src/app/apolloClient.js b/src/app/apolloClient.js index cbfdcda..7160af5 100644 --- a/src/app/apolloClient.js +++ b/src/app/apolloClient.js @@ -48,4 +48,5 @@ const httpLink = createHttpLink({ uri: "/api/graphql" }); export default new ApolloClient({ link: persistedQueryLink.concat(httpLink), cache: new InMemoryCache({ typePolicies }), + connectToDevTools: true, });