Skip to content

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.

사람들이 다음도 검색합니다.