An instant GraphQL doc viewer powered by Deno.
Usage
There are several methods
Method 1
Using query params
https://mkql.deno.dev/?url=https://api.spacex.land/graphql
protocol is optional (default:
https
)
https://mkql.deno.dev/?url=api.spacex.land/graphql
Method 2
Using path
https://mkql.deno.dev/api.spacex.land/graphql
Nested path
https://mkql.deno.dev/api.spacex.land/api/south-east-1/graphql
Method 3 (Recommended)
It will add /graphql
add the end if no path is provided
https://mkql.deno.dev/api.spacex.land