Anton
V.
Projects and
blogs
Random
GraphQL Formatter
GraphQL Formatter
A simple formatter/pretty-printer/beautifier for GraphQL code.
GraphQL code
# query example type Query { hello: String }
1
# query example
2
type
Query
{
hello
:
String
}
3
The input GraphQL code to be formatted.
Format
Clear
GraphQL Formatter