Module

x/pothos/packages/core/index.ts>ImplementableObjectRef#implement

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
method ImplementableObjectRef.prototype.implement
import { ImplementableObjectRef } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/core/index.ts";

Type Parameters

Interfaces extends InterfaceParam<Types>[]

Parameters

options: Omit<ObjectTypeOptions<Types, ImplementableObjectRef<Types, Shape, Parent>, Parent, Interfaces>, "name">

Returns

PothosSchemaTypes.ObjectRef<Shape, Parent>