import { type PothosFieldKindToConfig } from "https://deno.land/x/pothos@release-1693334611/packages/core/mod.ts";
Type Parameters
Types extends SchemaTypes
Kind extends FieldKind
definition: [K in FieldKind]: Merge<Omit<GraphQLFieldConfig<unknown, object>, "args" | "type"> & { kind: K; graphqlKind: PothosSchemaTypes.PothosKindToGraphQLType[K]; parentType: string; name: string; type: PothosOutputFieldType<Types>; args: Record<string, PothosInputFieldConfig<Types>>; pothosOptions: FieldOptionsFromKind<Types, unknown, TypeParam<Types>, FieldNullability<[unknown]>, InputFieldMap, K, unknown, unknown>; }>[Kind]