import { type InputFieldMapping } from "https://deno.land/x/pothos@release-1730496474/packages/core/utils/index.ts";
Type Parameters
Types extends SchemaTypes
definition: { kind: "Enum"; isList: boolean; config: PothosInputFieldConfig<Types>; value: T; } | { kind: "InputObject"; config: PothosInputFieldConfig<Types>; isList: boolean; value: T | null; fields: InputTypeFieldsMapping<Types, T>; } | { kind: "Scalar"; isList: boolean; config: PothosInputFieldConfig<Types>; value: T; }