GraphQL Explorer
GraphQL introspection allows developers to ask APIs which queries they support. This is a great tool when in development but can pose a security risk on systems open to the public internet.
This service will query a URL for GraphQL introspection and display some pertinant information such as queries (read) and mutations (write).
Working