enable Apollo dev tools in production

I'm doing this to see if I can give Chips a cute way to hack into local data :p
This commit is contained in:
Emi Matchu 2020-08-27 21:44:54 -07:00
parent 59ffc86481
commit b3aa82cc66

View file

@ -48,4 +48,5 @@ const httpLink = createHttpLink({ uri: "/api/graphql" });
export default new ApolloClient({
link: persistedQueryLink.concat(httpLink),
cache: new InMemoryCache({ typePolicies }),
connectToDevTools: true,
});