UNPKG

@aws-amplify/appsync-modelgen-plugin

Version:
22 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scalars = void 0; exports.scalars = [ 'ID', 'String', 'Int', 'Float', 'Boolean', 'AWSDate', 'AWSDateTime', 'AWSTime', 'AWSTimestamp', 'AWSEmail', 'AWSJSON', 'AWSURL', 'AWSPhone', 'AWSIPAddress', ] .map(typeName => `scalar ${typeName}`) .join(); //# sourceMappingURL=supported-scalars.js.map