Skip to main content
Module

x/bq-oak-graphql/subscriptions-transport-ws/server.ts>ExecuteFunction

A simple graphql middleware for oak deno framework.
Latest
type alias ExecuteFunction
import { type ExecuteFunction } from "https://deno.land/x/bq-oak-graphql@v2.0/subscriptions-transport-ws/server.ts";
definition: (
schema: any,
document: any,
rootValue?: any,
contextValue?: any,
variableValues?: { [key: string]: any; },
operationName?: string,
fieldResolver?: any,
) => any