UNPKG

@graphql-yoga/render-graphiql

Version:
7 lines (6 loc) 267 B
import { GraphiQLOptions } from "./packages/graphql-yoga/src/plugins/use-graphiql.mjs"; import "./packages/graphql-yoga/src/index.mjs"; //#region src/index.d.ts declare const renderGraphiQL: (opts?: GraphiQLOptions) => string; //#endregion export { renderGraphiQL };