Skip to main content
Home

Built and signed on GitHub Actions

Universal and spec-compliant GraphQL HTTP middleware for Deno. Based on graphql-http.

This package works with Deno, Bun
This package works with Deno
This package works with Bun
JSR Score
70%
Published
9 months ago (4.0.0)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@deno-libs/gql

Import symbol

import { type MiddlewareOptions } from "@deno-libs/gql/graphiql/render";
or

Import directly with a jsr specifier

import { type MiddlewareOptions } from "jsr:@deno-libs/gql/graphiql/render";

Add Package

bunx jsr add @deno-libs/gql

Import symbol

import { type MiddlewareOptions } from "@deno-libs/gql/graphiql/render";