Skip to main content
Module

x/oak_graphql/mod.ts>ApplyGraphQLOptions

A simple graphql middleware for oak deno framework.
Latest
interface ApplyGraphQLOptions
import { type ApplyGraphQLOptions } from "https://deno.land/x/oak_graphql@0.6.4/mod.ts";

Properties

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