import { type NodeFieldOptions } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-relay/types.ts";
Type Parameters
Types extends SchemaTypes
Args extends InputFieldMap
definition: Omit<FieldOptionsFromKind<Types, ParentShape, OutputRefShape<GlobalIDShape<Types> | string>, true, Args, Kind, ParentShape, ResolveReturnShape>, "nullable" | "type" | InferredFieldOptionKeys> & { id: Resolver<ParentShape, InputShapeFromFields<Args>, Types["Context"], ShapeFromTypeParam<Types, OutputRefShape<GlobalIDShape<Types> | string>, true>, ResolveReturnShape>; }