GraphiQL Playground
You can see how to access the GraphiQL Playground on the GraphQL API first steps documentation.
Access GraphiQL PlaygroundYou can use the playground to run queries or to explore how to build them. If you’re just starting, you can copy and paste these queries on the playground and discover what each field represents, available operators, and even get real-time validation for erros.
This first query is a type of introspection query, which provides information on fields for datasets:
This second query uses the httpMetrics dataset, with edge application data:
You can also test this query to filter the IPs that generated the most requests identified by the WAF as attacks to explore more possibilities in the playground:
Or use this one to filter the top attack types, ranked by occurrence.
Discover how to leverage the GraphiQL Playground for real-time data analysis and security insights. Watch the video below: