GraphQL Formatter
Format GraphQL queries and schemas
GraphQL
FAQ
What is GraphQL?
GraphQL is a query language for APIs that allows requesting exactly the data needed.
Does it work with schemas?
Yes! Format both queries and schema definitions (SDL).
Does it validate GraphQL?
The tool formats and does basic syntax validation, but doesn't validate against a specific schema.
