Daniel
Daniel
> `refetchQueries` will only work with strings if the component that defined the original query is not unmounted. On the contrary, it will always work when using the `{ query...,...
any updates on this? is it "works as designed" and one should work around it with debouncing `onChange` or stay on the `2.17.x` version?
Happens for us as well when using `toolbar` with `additionalContent` with a plugin which uses `useEditorContext`. E.g. with using the plugin from this pull request: https://github.com/graphql/graphiql/pull/3055 I think if that...