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

x/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/oak_graphql@0.6.4/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; }