Preserve comments when sending query from Scanner to Repeater #108
Labels
Enhancement
New feature or request
Good First Issue
Good for newcomers
Help Wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: