@aws-amplify/api
Version:
Api category of aws-amplify
14 lines • 766 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
/**
* This exports from the types directory is a temporary workaround, since Amplify CLI currently
* generates code that relies on this import path https://github.com/aws-amplify/amplify-cli/issues/3863
* This will be removed in future release when CLI and customers moves to recommeneded import styles.
*/
var api_graphql_1 = require("@aws-amplify/api-graphql");
exports.graphqlOperation = api_graphql_1.graphqlOperation;
exports.GraphQLAuthError = api_graphql_1.GraphQLAuthError;
exports.GRAPHQL_AUTH_MODE = api_graphql_1.GRAPHQL_AUTH_MODE;
//# sourceMappingURL=index.js.map
;