UNPKG

graphql-helix

Version:

A highly evolved GraphQL HTTP Server 🧬

3 lines (2 loc) • 121 B
import { Request } from "./types"; export declare const shouldRenderGraphiQL: ({ headers, method }: Request) => boolean;