UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

6 lines (5 loc) 198 B
import { GraphQLError } from "graphql"; export declare class GeneratingSchemaError extends Error { details: ReadonlyArray<GraphQLError>; constructor(details: ReadonlyArray<GraphQLError>); }