Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pothos/packages/plugin-relay/types.ts>NodeBaseObjectOptionsForParam

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias NodeBaseObjectOptionsForParam
import { type NodeBaseObjectOptionsForParam } from "https://deno.land/x/pothos@release-1695341392/packages/plugin-relay/types.ts";

Type Parameters

Types extends SchemaTypes
Param extends ObjectParam<Types>
Interfaces extends InterfaceParam<Types>[]
definition: ObjectTypeOptions<Types, Param, ParentShape<Types, Param>, Interfaces>