GraphQL Minifier

Instantly compress and single-line your GraphQL queries for safe JSON payload transmission.

Minification Engine
Raw GraphQL
Minified Output 0 Bytes

What we do

Single-Line Compression

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.

Comment Stripping

Documentation is great for humans, but bad for bandwidth. Our engine safely locates and strips all # comments from your query before minifying it.

Smart String Protection

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.

Reduce Bandwidth

By removing unnecessary tabs, spaces, line breaks, and comments, you dramatically reduce the byte size of your API requests, speeding up your frontend application.

Syntax Highlighting

We integrated the CodeMirror engine to provide real-time syntax coloring, allowing you to easily distinguish between GraphQL keywords, variables, arguments, and strings.

100% Secure & Private

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.