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

Visit

protocol is optional (default: https)

https://mkql.deno.dev/?url=api.spacex.land/graphql

Visit


Method 2

Using path

https://mkql.deno.dev/api.spacex.land/graphql

Visit

Nested path

https://mkql.deno.dev/api.spacex.land/api/south-east-1/graphql

It will add /graphql add the end if no path is provided

https://mkql.deno.dev/api.spacex.land

Visit