Skip to main content
Module

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

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