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