Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bq-oak-graphql/graphql-playground-html/render-playground-html.ts>Tab

A simple graphql middleware for oak deno framework.
Latest
interface Tab
import { type Tab } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-playground-html/render-playground-html.ts";

Properties

endpoint: string
query: string
optional
name: string
optional
variables: string
optional
responses: string[]
optional
headers: { [key: string]: string; }