graphql / graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
MIT License
8.75k stars 730 forks source link

Feature Request: [UI] Minify query button #1364

Open traumschule opened 2 years ago

traumschule commented 2 years ago

This issue pertains to the following package(s):

What is the expected behavior?

UI already has a Prettify button to expand a query with proper whitespaces for readability.

The Minify button strips all non-essential whitespaces while keeping the query intact.

This saves space when pasting and sharing queries.

What is the actual behavior?

Not implemented.