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

x/pothos/packages/core/index.ts>BuildCache#getTypeOfKind

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
method BuildCache.prototype.getTypeOfKind
Re-export
import { BuildCache } from "https://deno.land/x/pothos@release-1684230554/packages/core/index.ts";

Type Parameters

T extends PothosTypeKind

Parameters

ref: InputType<Types> | OutputType<Types> | string
kind: T

Returns

PothosKindToGraphQLTypeClass<T>