Playground

GraphiQL Playground is a tool that lets you easily interact with a GraphQL API in your browser. It provides an interface where you can:

Write and Run Queries: Type your GraphQL queries and click "Run" to see the results.
Explore the API: Use the built-in explorer to browse available data types and fields.
Test Data Changes: Besides fetching data, you can also test mutations to change data.
Use Variables: Add dynamic values to your queries and set custom headers if needed.

This tool helps you quickly understand and test how a GraphQL API works.