GraphQL整形
無料のGraphQL整形ツール。PrettierのGraphQLパーサーを使用して、クエリ、ミューテーション、サブスクリプション、スキーマSDLをきれいにします。貼り付けて整形し、コピーするだけです。すべてブラウザ内で動作します。
Runs in your browserUpdated Apr 26, 2026
GraphQL Input
Output
よくある質問
›Does it format queries or just schemas?
Both. Queries, mutations, subscriptions, fragments and schema SDL all go through the same Prettier parser.
›Does it validate against my schema?
No — it's a syntactic formatter only. For schema-aware validation use a dedicated client like GraphiQL or Apollo Studio.
›Does it handle multi-operation documents?
Yes — multiple queries or mutations in a single document are formatted and separated consistently.
›Is my query sent anywhere?
No — everything runs in your browser.