Skip to main content
Latest
interface MiddlewareOptions
import { type MiddlewareOptions } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-playground-html/render-playground-html.ts";

Properties

optional
endpoint: string
optional
subscriptionEndpoint: string
optional
workspaceName: string
optional
env: any
optional
config: any
optional
settings: ISettings
optional
schema: IntrospectionResult
optional
tabs: Tab[]
optional
codeTheme: EditorColours