Skip to main content
Module

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

A simple graphql middleware for oak deno framework.
Latest
interface ExecutionParams
import { type ExecutionParams } from "https://deno.land/x/bq-oak-graphql@v2.0/subscriptions-transport-ws/server.ts";

Type Parameters

optional
TContext = any

Properties

query: string | any
variables: { [key: string]: any; }
operationName: string
context: TContext
optional
formatResponse: Function
optional
formatError: Function
optional
callback: Function
optional
schema: any