Skip to main content
Module

x/bq-oak-graphql/graphql-tools/utils/Interfaces.ts>IObjectTypeResolver

A simple graphql middleware for oak deno framework.
Latest
type alias IObjectTypeResolver
import { type IObjectTypeResolver } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-tools/utils/Interfaces.ts";

Type Parameters

optional
TSource = any
optional
TContext = any
optional
TArgs = any
definition: { [key: string]: IFieldResolver<TSource, TContext, TArgs> | IFieldResolverOptions<TSource, TContext>; } & { __name?: string; __description?: string; __isTypeOf?: any; __extensions?: Record<string, any>; __astNode?: any; __extensionASTNodes?: any; }