Module

x/pothos/packages/plugin-with-input/index.ts>WithInputBuilderOptions

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface WithInputBuilderOptions
import { type WithInputBuilderOptions } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/plugin-with-input/index.ts";

Properties

optional
argOptions: Omit<PothosSchemaTypes.ArgFieldOptions<Types, InputRef<{ }>, true>, "required" | "type"> & { required?: Types["WithInputArgRequired"]; }
optional
typeOptions: Omit<PothosSchemaTypes.InputObjectTypeOptions<Types, { }>, "fields"> & { name?: (options: { parentTypeName: string; fieldName: string; }) => string; }