UNPKG

@aws-amplify/graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS CloudFormation.

22 lines 870 B
"use strict"; 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, enableSearchEncryptionAtRest: false, }; //# sourceMappingURL=transform-parameters.js.map