Skip to main content
Module

x/gql/graphiql/render.ts>Tab

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

Properties

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