UNPKG

@aws-amplify/graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS CloudFormation.

10 lines 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNamedTypeToJSONSchema = exports.GraphQLScalarJSONSchemaDefinition = exports.supportedScalarTypes = exports.isDisallowedScalarType = void 0; var graphql_scalar_json_schema_definitions_1 = require("./graphql-scalar-json-schema-definitions"); Object.defineProperty(exports, "isDisallowedScalarType", { enumerable: true, get: function () { return graphql_scalar_json_schema_definitions_1.isDisallowedScalarType; } }); Object.defineProperty(exports, "supportedScalarTypes", { enumerable: true, get: function () { return graphql_scalar_json_schema_definitions_1.supportedScalarTypes; } }); Object.defineProperty(exports, "GraphQLScalarJSONSchemaDefinition", { enumerable: true, get: function () { return graphql_scalar_json_schema_definitions_1.GraphQLScalarJSONSchemaDefinition; } }); var named_type_conversion_1 = require("./named-type-conversion"); Object.defineProperty(exports, "convertNamedTypeToJSONSchema", { enumerable: true, get: function () { return named_type_conversion_1.convertNamedTypeToJSONSchema; } }); //# sourceMappingURL=index.js.map