Skip to main content
Module

x/pothos/packages/plugin-zod/mod.ts>BooleanValidationOptions

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Latest
interface BooleanValidationOptions
implements BaseValidationOptions<T>
import { type BooleanValidationOptions } from "https://deno.land/x/pothos@release-1726524975/packages/plugin-zod/mod.ts";

Type Parameters

optional
T extends boolean = boolean

Properties

optional
type: "boolean"