UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

14 lines (11 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "formatError", { enumerable: true, get: function get() { return _GraphQLError.formatError; } }); var _GraphQLError = require("./GraphQLError.js");