deno.land / x / pothos@release-1713397530 / packages / core / refs / builtin-scalar.ts

builtin-scalar.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
// @ts-nocheckimport { GraphQLScalarType } from 'https://cdn.skypack.dev/graphql?dts';import ScalarRef from './scalar.ts';export default class BuiltinScalarRef<T, U> extends ScalarRef<T, U> { type; constructor(type: GraphQLScalarType) { super(type.name); this.type = type; }}
pothos

Version Info

Tagged at
a year ago