import { type NodeListFieldOptions } from "https://deno.land/x/pothos@release-1693334611/packages/plugin-relay/index.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" | "resolve" | "type"> & { ids: Resolver<ParentShape, InputShapeFromFields<Args>, Types["Context"], ShapeFromTypeParam<Types, [OutputRefShape<GlobalIDShape<Types> | string>], { list: false; items: true; }>, ResolveReturnShape>; }