class GraphqlRuntimeLoadError
extends Error

Error thrown when the graphql runtime cannot be loaded.

Constructors

GraphqlRuntimeLoadError(
specifier: string,
cause: unknown
)

Properties

name: string
specifier: string

The specifier that failed to load.

Usage

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