import { type AddGraphQLInputFieldsShape } from "https://deno.land/x/pothos@release-1693334611/packages/plugin-add-graphql/types.ts";
Type Parameters
Types extends SchemaTypes
definition: (t: PothosSchemaTypes.InputFieldBuilder<Types, "InputObject">) => Record<string, null | InputFieldRef<unknown, "InputObject">> & [K in keyof Shape]?: InputFieldRef<Shape[K], "InputObject">