-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
GraphQLRelated to GraphQL API issuesRelated to GraphQL API issues
Description
Describe the bug
Getting this error when integrating aws-amplify-react GraphQL client into my application:
Cannot find module '@aws-amplify/api' from 'Connect.js'
Can't resolve '@aws-amplify/api' in '/node_modules/aws-amplify-react/dist/API/GraphQL'
To Reproduce
Steps to reproduce the behavior:
- Init a create-react-app
- Use the GraphQL client from aws-amplify and aws-amplify-react
- Run
npm start
- See error
Expected behavior
Should work and allow for me to send queries and mutations
Desktop (please complete the following information):
- OS: OSX Mojave 10.14
- Browser: Chrome
Metadata
Metadata
Assignees
Labels
GraphQLRelated to GraphQL API issuesRelated to GraphQL API issues