type alias AddGraphQLInputFieldsShapeimport { type AddGraphQLInputFieldsShape } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-add-graphql/types.ts"; Type ParametersTypes extends SchemaTypesShapedefinition: (t: PothosSchemaTypes.InputFieldBuilder<Types, "InputObject">) => Record<string, (InputFieldRef<Types, unknown> & [K in keyof Shape]?: InputFieldRef<Types, Shape[K]>) | null>