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:
parent
59ffc86481
commit
b3aa82cc66
1 changed files with 1 additions and 0 deletions
|
@ -48,4 +48,5 @@ const httpLink = createHttpLink({ uri: "/api/graphql" });
|
|||
export default new ApolloClient({
|
||||
link: persistedQueryLink.concat(httpLink),
|
||||
cache: new InMemoryCache({ typePolicies }),
|
||||
connectToDevTools: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue