Skip to content

ตัวจัดรูปแบบ GraphQL

ตัวจัดรูปแบบ GraphQL ฟรี จัดระเบียบการสอบถาม, มิวเทชั่น, การสมัครสมาชิก และ Schema SDL ด้วย Parser ของ Prettier สำหรับ GraphQL วาง, จัดรูปแบบ, คัดลอก — ทั้งหมดในเบราว์เซอร์

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.

ผู้คนยังค้นหา