function mapInputFieldsimport { mapInputFields } from "https://deno.land/x/pothos@release-1721977283/packages/core/utils/input.ts"; mapInputFields<Types extends SchemaTypes, T>(inputs: Record<string, PothosInputFieldConfig<Types>>,buildCache: BuildCache<Types>,mapper: (config: PothosInputFieldConfig<Types>) => T | null,): InputFieldsMapping<Types, T> | nullType ParametersTypes extends SchemaTypesTParametersinputs: Record<string, PothosInputFieldConfig<Types>>buildCache: BuildCache<Types>mapper: (config: PothosInputFieldConfig<Types>) => T | nullReturnsInputFieldsMapping<Types, T> | null