GraphiQL Playground
Use the GraphiQL playground to explore and understand how it works.
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 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.