@aws-amplify/graphql-transformer-core
Version:
A framework to transform from GraphQL SDL to AWS CloudFormation.
22 lines • 737 B
TypeScript
import { GraphQLError } from 'graphql';
export declare class InvalidTransformerError extends Error {
constructor(message: string);
}
export declare class SchemaValidationError extends Error {
constructor(errors: Readonly<GraphQLError[]>);
}
export declare class TransformerContractError extends Error {
constructor(message: string);
}
export declare class InvalidMigrationError extends Error {
fix: string;
causedBy: string;
constructor(message: string, causedBy: string, fix: string);
}
export declare class InvalidDirectiveError extends Error {
constructor(message: string);
}
export declare class UnknownDirectiveError extends Error {
constructor(message: string);
}
//# sourceMappingURL=index.d.ts.map