Hi cloudflare community,
Is there a tool where you can paste your graphql link and api authentication to get visual representation for the schema, most sites I try have difficulty when uploading the introspection manually.
I am trying to parse through the introspection manually to query the dashboard information (such as the total threats and request) and currently sifting the schema to find the relevant name is not useful as they are multiple repeats of the same name.
The documentation that cloudflare provides on graphql only shows some example command for the query thus I am having difficulty understanding the relational data.