Skip to main content
Module

x/guardenoql/deps.ts>makeExecutableSchema

Simple and customizable security middleware for GraphQL servers in Deno.
function makeExecutableSchema
import { makeExecutableSchema } from "https://deno.land/x/guardenoql@v1.0.1/deps.ts";

Type Parameters

optional
TContext = any

Parameters

unnamed 0: IExecutableSchemaDefinition<TContext>