Skip to main content
Module

x/pothos/packages/core/index.ts>FieldRef#updateConfig

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

Parameters

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