Error Message
Graph Query Language Formatter helps to format unformatted or ugly GraphQL query and helps to save and share GraphQL.
GraphQL is a query language for your API, for more info visit https://graphql.org/
What can you do with Online GraphQL Formatter?
- It helps to beautify your Graph Query Language.
- This tool allows loading the GraphQL URL to beautify. Click on the URL button, Enter URL and Submit.
- GraphQL Beautifier Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.
Example of GraphQL
GraphQL data Try it.
query { allInsurance { id name type } }
For Advanced Users
GraphQL External URL
Load GraphQL External URL in Browser URL like this https://codebeautify.org/
https://codebeautify.org/graphql-beautifier?url= https://gist.gi thubusercontent .com/cbmgit/99d 8e4bf4585e8c0c0 629a07105d73a6/ raw/allInsuranc e.graphql
GraphQL Data as Parameter
Load GraphQL Data in Browser URL input like this https://codebeautify.org/
https://codebeautify.org/graphql-beautifier?input= query { allInsurance {id name type}}