@aws-amplify/graphql-transformer-core
Version:
A framework to transform from GraphQL SDL to AWS CloudFormation.
13 lines • 566 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransformerPreProcessContext = void 0;
const schema_helper_1 = require("./schema-helper");
class TransformerPreProcessContext {
constructor(inputDocument, transformParameters) {
this.inputDocument = inputDocument;
this.transformParameters = transformParameters;
this.schemaHelper = new schema_helper_1.TransformerSchemaHelper();
}
}
exports.TransformerPreProcessContext = TransformerPreProcessContext;
//# sourceMappingURL=pre-process-context.js.map