type alias GlobalIDFieldOptionsimport { type GlobalIDFieldOptions } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-relay/types.ts"; Type ParametersTypes extends SchemaTypesParentShapeArgs extends InputFieldMapNullable extends booleanResolveReturnShapeoptionalKind extends FieldKind = FieldKinddefinition: Omit<FieldOptionsFromKind<Types, ParentShape, "ID", Nullable, Args, Kind, ParentShape, ResolveReturnShape>, "type" | InferredFieldOptionKeys> & { resolve: Resolver<ParentShape, InputShapeFromFields<Args>, Types["Context"], ShapeFromTypeParam<Types, OutputRefShape<GlobalIDShape<Types> | string>, true>, ResolveReturnShape>; }