Skip to main content
Latest
type alias GraphQLIsTypeOfFn
import { type GraphQLIsTypeOfFn } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

Type Parameters

TSource
TContext
definition: (
source: TSource,
context: TContext,
) => PromiseOrValue<boolean>