Skip to main content
Module

x/graphql_deno/mod.ts>GraphQLIsTypeOfFn

GraphQL-JS ported to Deno
Latest
type alias GraphQLIsTypeOfFn
import { type GraphQLIsTypeOfFn } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Type Parameters

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