Skip to main content
Module

x/gql/graphiql/render.ts>ISettings

☁ Universal GraphQL HTTP middleware for Deno and Bun
Latest
interface ISettings
import { type ISettings } from "https://deno.land/x/gql@3.0.1/graphiql/render.ts";

Properties

general.betaUpdates: boolean
editor.cursorShape: CursorShape
editor.theme: Theme
editor.reuseHeaders: boolean
tracing.hideTracingResponse: boolean
tracing.tracingSupported: boolean
editor.fontSize: number
editor.fontFamily: string
request.credentials: string
request.globalHeaders: { [key: string]: string; }
schema.polling.enable: boolean
schema.polling.endpointFilter: string
schema.polling.interval: number