diff --git a/src/apollo/apollo.ts b/src/apollo/apollo.ts index 80347984..fa17e9d2 100644 --- a/src/apollo/apollo.ts +++ b/src/apollo/apollo.ts @@ -28,4 +28,5 @@ const cache = new InMemoryCache(); export const apolloClient = new ApolloClient({ link, cache, + connectToDevTools: false, });