class GraphqlSchemaError
extends Error

Error thrown when schema construction or resolver attachment fails.

Constructors

GraphqlSchemaError(
message: string,
cause?: unknown
)

Properties

name: string

Usage

import { GraphqlSchemaError } from "graphql-plugin/src/index.ts";