May
25

GraphQL Beautifier

05/25/2022 12:00 AM

GraphQL Formatter


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

query {
  allInsurance {
    id
    name
    type
  }
}