UNPKG

408 BTypeScriptView Raw
1/**
2 * This exports from the types directory is a temporary workaround, since Amplify CLI currently
3 * generates code that relies on this import path https://github.com/aws-amplify/amplify-cli/issues/3863
4 * This will be removed in future release when CLI and customers moves to recommeneded import styles.
5 */
6export { graphqlOperation, GraphQLResult, GRAPHQL_AUTH_MODE, } from '@aws-amplify/api-graphql';