Skip to main content
Module

x/pothos/packages/core/utils/index.ts>inputTypeFromParam

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
function inputTypeFromParam
import { inputTypeFromParam } from "https://deno.land/x/pothos@release-1720765432/packages/core/utils/index.ts";

Parameters

param: InputTypeParam<Types>
configStore: ConfigStore<Types>
requiredOption: FieldRequiredness<[unknown]>

Returns

PothosInputFieldType<Types>