type alias AddGraphQLObjectFieldsShapeimport { type AddGraphQLObjectFieldsShape } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-add-graphql/types.ts"; Type ParametersTypes extends SchemaTypesShapedefinition: (t: PothosSchemaTypes.ObjectFieldBuilder<Types, Shape>) => Record<string, FieldRef<Types> | null>