readme.now

GraphQL Parser

Extract and format GraphQL queries and variables from raw browser JSON network payloads. Easy to use, fast, and local.

Browser JSON Payload
Parsed Query
Variables (JSON)

Analyzing GraphQL Payloads

Extract queries and variables from raw, stringified GraphQL network requests. Essential for debugging complex frontend-to-API interactions without manually unescaping JSON strings.

Safe Debugging

Runs 100% locally to protect your private API schemas and authentication headers.