import { type IInterfaceTypeResolver } from "https://deno.land/x/oak_graphql@0.6.4/graphql-tools/utils/Interfaces.ts";
definition: { [key: string]: IFieldResolver<TSource, TContext, TArgs> | IFieldResolverOptions<TSource, TContext>; } & { __name?: string; __description?: string; __resolveType?: any; __extensions?: Record<string, any>; __astNode?: any; __extensionASTNodes?: Array<any>; }