Skip to main content
Module

x/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/oak_graphql@0.6.4/graphql-subscriptions/with-filter.ts";
definition: (
rootValue?: any,
args?: any,
context?: any,
info?: any,
) => AsyncIterator<any>