Introduction
GraphQL Playground and tools help you write, test, and explore GraphQL queries easily without writing extra code.
When you want to try out GraphQL queries before adding them to your app.
When you need to explore the available data and schema from a GraphQL server.
When you want to debug or fix errors in your GraphQL queries quickly.
When you want to learn how GraphQL works by experimenting interactively.
When you want to share queries with teammates or document your API.