-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Queries disappear #635
Comments
@sschneider-ihre-pvs any chance you could provide a small runnable app that this happens with, to help with troubleshooting? |
I think not since it is an internal project. Is there any way to get you some extra information that could be relevant? What could cause queries to disappear? Is there a log file or something? |
I also have in an internal project the same behavior where some (not all) queries are disappearing after few seconds. |
Same thing happens in my app - queries only stay in the queries tab for less than a second or so. Perhaps it's due to older versions of apollo-client and friends? This app is on:
|
i have |
Having same issues. It seems to be more complicated (at least in my case): Active Queries are duplicated, they are almost identical, but one has |
I'm still getting this issue, |
Hey @harveyconnor 👋 No updates yet. This is on our radar and we'd like to get to this in the near term. To get this working, we'll need to introduce changes to Apollo Client itself so that we can capture the "one-off" requests that happen in the client. Currently the extension works by reading some internal state off the client, but that internal state only holds active queries. One-off queries aren't maintained in that state and we have no way of capturing that information otherwise, hence why this is still an outstanding issue. We are still exploring how best to introduce code in Apollo Client core for devtools without bloating its bundle size too much. We've got a lot of ideas on features to add but haven't had the time to really sit down and figure out exactly how we want to tackle that. As soon as we do, this is one of the top things we'd like to fix. I know its not a great answer, but hopefully that provides some context around the issue. |
Intended outcome:
Queries should stay in the list after they have finished so they can be replayed in graphiql
Actual outcome:
Queries vanish.
How to reproduce the issue:
Currently happens everywhere I tried to use Apollo Devtools
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: