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

x/pothos/packages/core/refs/object.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://deno.land/x/pothos@release-1713397530/packages/core/refs/object.ts";

Type Parameters

Interfaces extends InterfaceParam<Types>[]

Parameters

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

Returns

PothosSchemaTypes.ObjectRef<Shape, Parent>