Skip to main content
Module

x/pothos/packages/plugin-with-input/types.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://deno.land/x/pothos@release-1713397530/packages/plugin-with-input/types.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; }