diff --git a/client/src/utils/GraphQLClient.js b/client/src/utils/GraphQLClient.js index 53ed59a58..82964d49b 100644 --- a/client/src/utils/GraphQLClient.js +++ b/client/src/utils/GraphQLClient.js @@ -181,7 +181,10 @@ const cache = new InMemoryCache({ const client = new ApolloClient({ link: ApolloLink.from(middlewares), cache, - connectToDevTools: import.meta.env.DEV, + devtools: { + name: "Imex Client", + enabled: import.meta.env.DEV + }, defaultOptions: { watchQuery: { fetchPolicy: "network-only",