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

Minify query strings #62

Open
spawnia opened this issue Apr 13, 2022 · 0 comments
Open

Minify query strings #62

spawnia opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement A feature or improvement

Comments

@spawnia
Copy link
Owner

spawnia commented Apr 13, 2022

Is your feature request related to a problem? Please describe.

Query strings could be printed more compactly by omitting some whitespace. This would shave off a few bytes from each request and make both transmission and parsing quicker.

Describe the solution you'd like

{
  foo(bar: "baz")
}
{foo(bar:"baz")}

Describe alternatives you've considered

Leave them pretty printed.

@spawnia spawnia added the enhancement A feature or improvement label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant