@aws-amplify/graphql-transformer-core
Version:
A framework to transform from GraphQL SDL to AWS CloudFormation.
21 lines • 829 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultTransformParameters = void 0;
exports.defaultTransformParameters = {
enableTransformerCfnOutputs: true,
shouldDeepMergeDirectiveConfigDefaults: true,
disableResolverDeduping: false,
sandboxModeEnabled: false,
allowDestructiveGraphqlSchemaUpdates: false,
replaceTableUponGsiUpdate: false,
allowGen1Patterns: true,
useSubUsernameForDefaultIdentityClaim: true,
populateOwnerFieldForStaticGroupAuth: true,
suppressApiKeyGeneration: false,
subscriptionsInheritPrimaryAuth: false,
secondaryKeyAsGSI: true,
enableAutoIndexQueryNames: true,
respectPrimaryKeyAttributesOnConnectionField: true,
enableSearchNodeToNodeEncryption: false,
};
//# sourceMappingURL=transform-parameters.js.map