Skip to main content
Latest
type alias GraphQLFieldMap
import { type GraphQLFieldMap } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.d.ts";

Type Parameters

TSource
TContext
definition: { [key: string]: GraphQLField<TSource, TContext>; }