From 73e3d71cf16558f5168d91459887107b1306d06b Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 28 Aug 2025 14:50:26 -0400 Subject: [PATCH] feature/IO-3255-simplified-parts-management - Checkpoint --- client/src/utils/GraphQLClient.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",