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

x/gql/graphiql/render.ts>Tab

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

Properties

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