-
-
Notifications
You must be signed in to change notification settings - Fork 366
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When hiding "extensions", apollo tracing is not available.
Expected Behavior
Regardless of whether "extensions" are included in the output, if Apollo Tracing is installed, the visualization of the Tracing results should be available. Alternatively, it might be nice to allow Extensions to still be visible, but initially be collapsed. This could either be an option or default behavior. Extensions to support tracing may well be over 90% of the result of a call and tend to overwhelm and distract from the data results.
Steps To Reproduce
- In any environment which support Apollo Tracing extensions.
- Run query and verify Tracing is working.
- In settings, turn on "Hides extensions object".
- Re-run the query - tracing will not be available.
Environment
- OS:
- Browser:
- Platform:
- Version:
Additional context
As mentioned above, being able to not hide the extensions object, but simply include it in the resulting JSON, but displaying it collapsed effectively hides it unless the user wants to see it. Most users are interested in the resulting data, and not the extensions. Simply displaying it collapsed would keep it out of the way, but allow the user to expand it if they wanted to see it.