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.