UNPKG

@aws-amplify/appsync-modelgen-plugin

Version:
20 lines 707 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_UPDATED_TIME = exports.DEFAULT_CREATED_TIME = exports.DEFAULT_HASH_KEY_FIELD = exports.TransformerV2DirectiveName = void 0; exports.TransformerV2DirectiveName = { HAS_ONE: 'hasOne', HAS_MANY: 'hasMany', BELONGS_TO: 'belongsTo', MODEL: 'model', AUTH: 'auth', PRIMARY_KEY: 'primaryKey', INDEX: 'index', DEFAULT: 'default', SEARCHABLE: 'searchable', GENERATION: 'generation', CONVERSATION: 'conversation', }; exports.DEFAULT_HASH_KEY_FIELD = 'id'; exports.DEFAULT_CREATED_TIME = 'createdAt'; exports.DEFAULT_UPDATED_TIME = 'updatedAt'; //# sourceMappingURL=constants.js.map