Skip to main content
Module

x/pothos/packages/core/refs/base-with-fields.ts>TypeRefWithFields#onField

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

Parameters

cb: (name: string, ref: FieldRef<Types>) => void