Feature Request: Support Manual Text Selection in the GraphQL Analyzer Output
Current Behavior
The GraphQL analyzer currently only provides a "Copy to Clipboard" button, which copies the entire output at once.
Requested Improvement
Please replace—or supplement—the existing "Copy to Clipboard" button with support for manual text selection within the output. This would allow users to highlight and copy only the specific field, value, or fragment they need, rather than copying the entire response every time.
Why This Matters
When working with GraphQL introspection results, the output can be quite large. In many cases, I only need a single type, field, query, or small section of the schema. Having to copy the entire output and then manually trim it is an unnecessary extra step.
Supporting standard text selection would make it much faster and more convenient to extract only the relevant information, improving efficiency during analysis.
Use Case
As a bug bounty hunter, I frequently analyze GraphQL schemas and introspection results. Most of the time, I only need to copy a specific type, field, or query from a large schema dump. Manual select-and-copy is significantly more efficient and precise for this workflow than copying the entire output to the clipboard every time.
Overall Feedback
The GraphQL analyzer is an excellent tool and already meets my needs in most respects. This is the only usability issue I've encountered, and adding support for manual text selection would greatly improve the overall user experience without changing the existing functionality.
Feature Request: Support Manual Text Selection in the GraphQL Analyzer Output
Current Behavior
The GraphQL analyzer currently only provides a "Copy to Clipboard" button, which copies the entire output at once.
Requested Improvement
Please replace—or supplement—the existing "Copy to Clipboard" button with support for manual text selection within the output. This would allow users to highlight and copy only the specific field, value, or fragment they need, rather than copying the entire response every time.
Why This Matters
When working with GraphQL introspection results, the output can be quite large. In many cases, I only need a single type, field, query, or small section of the schema. Having to copy the entire output and then manually trim it is an unnecessary extra step.
Supporting standard text selection would make it much faster and more convenient to extract only the relevant information, improving efficiency during analysis.
Use Case
As a bug bounty hunter, I frequently analyze GraphQL schemas and introspection results. Most of the time, I only need to copy a specific type, field, or query from a large schema dump. Manual select-and-copy is significantly more efficient and precise for this workflow than copying the entire output to the clipboard every time.
Overall Feedback
The GraphQL analyzer is an excellent tool and already meets my needs in most respects. This is the only usability issue I've encountered, and adding support for manual text selection would greatly improve the overall user experience without changing the existing functionality.