Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pothos/packages/core/errors.ts>PothosSchemaError

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Latest
class PothosSchemaError
extends PothosError
import { PothosSchemaError } from "https://deno.land/x/pothos@release-1730496474/packages/core/errors.ts";

Constructors

new
PothosSchemaError(message: string, options?: GraphQLErrorOptions)