Skip to main content
Module

x/pothos/packages/core/refs/base.ts>BaseTypeRef#updateConfig

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

Parameters

config: T | ((oldConfig: T) => T)