diff --git a/app/plugins/apollo.ts b/app/plugins/apollo.ts index 5965cd6..bc7ea9e 100644 --- a/app/plugins/apollo.ts +++ b/app/plugins/apollo.ts @@ -88,7 +88,9 @@ const link = ]) const instance = new ApolloClient({ - connectToDevTools: true, + devtools: { + enabled: true, + }, link, cache, defaultOptions: {