interface AddGraphQLInputTypeOptions
implements Omit<PothosSchemaTypes.InputObjectTypeOptions<Types, InputFieldsFromShape<Shape>>, "fields">
import { type AddGraphQLInputTypeOptions } from "https://deno.land/x/pothos@release-1699481559/packages/plugin-add-graphql/types.ts";
Type Parameters
Types extends SchemaTypes
Properties
optional
fields: AddGraphQLInputFieldsShape<Types, Shape>