Module

x/pothos/packages/core/index.ts>DefaultScalars

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

Properties

String: { Input: string; Output: string; }
ID: { Input: number | string; Output: number | string; }
Int: { Input: number; Output: number; }
Float: { Input: number; Output: number; }
Boolean: { Input: boolean; Output: boolean; }