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