Instantly compress and single-line your GraphQL queries for safe JSON payload transmission.
What we do
When sending a GraphQL query inside a JSON payload via an HTTP request, line breaks will crash the parser. We instantly squash your multi-line tree into a safe, single string.
Documentation is great for humans, but bad for bandwidth. Our engine safely locates and strips all # comments from your query before minifying it.
We use an advanced tokenization process to extract your text strings before we strip the spaces. This guarantees that spaces inside your variables are perfectly preserved.
By removing unnecessary tabs, spaces, line breaks, and comments, you dramatically reduce the byte size of your API requests, speeding up your frontend application.
We integrated the CodeMirror engine to provide real-time syntax coloring, allowing you to easily distinguish between GraphQL keywords, variables, arguments, and strings.
Your enterprise schemas and secure API queries are completely safe. This tool runs entirely Client-Side inside your browser and never uploads data to any server.