Skip to main content
Module

x/pothos/packages/core/index.ts>ArgumentRef#onConfig

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
method ArgumentRef.prototype.onConfig
Re-export
import { ArgumentRef } from "https://deno.land/x/pothos@release-1725695129/packages/core/index.ts";

Parameters

cb: (config: PothosInputFieldConfig<Types>) => PothosInputFieldConfig<Types> | void