Skip to main content
Module

x/pothos/packages/core/refs/builtin-scalar.ts>BuiltinScalarRef

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class BuiltinScalarRef
extends ScalarRef<Types, T, U>
import { BuiltinScalarRef } from "https://deno.land/x/pothos@release-1721977283/packages/core/refs/builtin-scalar.ts";

Constructors

new
BuiltinScalarRef(type: GraphQLScalarType)

Type Parameters

Types extends SchemaTypes
T
U