Initial Save
This commit is contained in:
6
node_modules/apollo-graphql/lib/schema/GraphQLSchemaValidationError.d.ts
generated
vendored
Normal file
6
node_modules/apollo-graphql/lib/schema/GraphQLSchemaValidationError.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { GraphQLError } from "graphql";
|
||||
export declare class GraphQLSchemaValidationError extends Error {
|
||||
errors: ReadonlyArray<GraphQLError>;
|
||||
constructor(errors: ReadonlyArray<GraphQLError>);
|
||||
}
|
||||
//# sourceMappingURL=GraphQLSchemaValidationError.d.ts.map
|
||||
Reference in New Issue
Block a user