Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grapherr/applyGQL.ts>ApplyGraphQLOptions

GraphErr is an open-source error handling library for GraphQL implementations in Deno. It's a lightweight solution that provides developers with descriptive error messages, reducing ambiguity and improving debugging.
Latest
interface ApplyGraphQLOptions
import { type ApplyGraphQLOptions } from "https://deno.land/x/grapherr@v1.0.3/applyGQL.ts";

Properties

Router: Constructable<T>
optional
path: string
typeDefs: any
resolvers: ResolversProps
optional
context: (ctx: any) => any
optional
usePlayground: boolean
optional
settings: ISettings