Skip to content
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

Preserve comments when sending query from Scanner to Repeater #108

Closed
execveat opened this issue Apr 28, 2023 · 1 comment
Closed

Preserve comments when sending query from Scanner to Repeater #108

execveat opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
Enhancement New feature or request Good First Issue Good for newcomers Help Wanted Extra attention is needed

Comments

@execveat
Copy link
Collaborator

Right now when sending a generated query from Scanner to Repeater, all comments are stripped by minimize_query function from https://github.com/doyensec/GQLSpection/blob/main/src/gqlspection/utils.py.

Add an option to preserve comments instead, this would be very convenient for examining larger queries.

@execveat execveat added Enhancement New feature or request Help Wanted Extra attention is needed Good First Issue Good for newcomers labels Apr 28, 2023
@execveat
Copy link
Collaborator Author

This is sidestepped right now by just not using minimize_query.

@execveat execveat self-assigned this Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant