我正在尝试构建从WordPress导入的帖子页面,我运行"gatsby develop“,然后转到URL。首页闪现,然后我得到这个错误: Unhandled Rejection (Error): Expected undefined to be a GraphQL schema.C:/20C:/Users/Phil/Repositories/Zym/node_modules/graphql</em
这可能是一个简单的问题,但我最初一直在AWS Amplify中使用graphqlOperation进行API查询。最近,我开始使用Cognito用户池。在我的一生中,我不能将authMode传入其中,最终使用了一个普通的查询。## normal query - works
await API.graphql({query: listForms, authMode: 'AMAZON_COGNITO_USER_POOLS'});## using grap