import { FieldBuilder } from "https://deno.land/x/pothos@release-1730496474/packages/core/fieldUtils/builder.ts";
Methods
Create a field that resolves to a property of the corresponding type on the parent object
Create a Boolean field from a boolean property on the parent object
Create a Boolean list field from a boolean[] property on the parent object
Create a Float field from a numeric property on the parent object
Create a Float list field from a number[] property on the parent object
Create an ID field from a property on the parent object
Create an ID list field from an id[] property on the parent object
Create an Int field from a numeric property on the parent object
Create a Int list field from a number[] property on the parent object
Create a String field from a string property on the parent object
Create a String list field from a string[] property on the parent object