Skip to main content
Module

x/pothos/packages/core/mod.ts>ObjectParam

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias ObjectParam
Re-export
import { type ObjectParam } from "https://deno.land/x/pothos@release-1713397530/packages/core/mod.ts";
definition: Extract<OutputType<Types>, keyof Types["Objects"]> | ObjectRef<unknown> | (new (...args: any[]) => any)