Visually explore your GraphQL APIs using the playground. It's an interactive IDE built into the canonic platform.
Its an IDE for testing and playing with your GraphQL API
- Autocomplete based on your graph
- Interactive, multi-column schema documentation
- View your entire graphql schema
- Generate cURL requests for your queries and mutations
It's based on Prisma's GrapQL Playground and GraphiQL. You can learn more here