Input
query{user(id:1){id name}}Output
query {
user(id: 1) {
id
name
}
}Developer Tools
Format GraphQL queries and mutations, normalize indentation, perform basic syntax checks, and export a .graphql file locally.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Format GraphQL queries and mutations, normalize indentation, perform basic syntax checks, and export a .graphql file locally.
粘贴 GraphQL 查询后可格式化、复制或导出。
Input
query{user(id:1){id name}}Output
query {
user(id: 1) {
id
name
}
}No. It only formats text and performs basic local checks. It does not execute queries or load a remote schema.
It handles common query and mutation text. Unsupported syntax produces an error instead of partial output.
Tools
Continue with another translated tool for a nearby task.
JSON Formatter
Format, minify, sort, and validate JSON in your browser. Parsing errors include location details, and your data never leaves the page.
XML Formatter
Format or minify XML in your browser with 2/4-space or Tab indent, optional same-line attributes, and element counts. Invalid structure shows an error—useful for API debugging and config review.
Postman to OpenAPI
Convert Postman Collections into OpenAPI 3 YAML locally in your browser, extracting paths, methods, and basic parameters. Useful for moving collections into Swagger workflows.