Skip to main content
Module

x/bq-oak-graphql/graphql-subscriptions/with-filter.ts>ResolverFn

A simple graphql middleware for oak deno framework.
Latest
type alias ResolverFn
import { type ResolverFn } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-subscriptions/with-filter.ts";
definition: (
rootValue?: any,
args?: any,
context?: any,
info?: any,
) => AsyncIterator<any>