0

我们有一个项目 repo,后端团队在其中添加了新的 api。其他开发人员已经运行并配置了放大和代码生成。现在我想添加这些新查询及其类型。当我运行放大代码生成时,我收到此错误:

Please download the schema.graphql or schema.json and place in C:\leag\nevClon\newwebsite before adding codegen when not in an amplify project

当我运行 amplify add codegen 时,它说 Codegen 每个项目只支持一个 GraphQL API。有人可以指导我这样做的正确方法是什么。

4

1 回答 1

1

我过去看到过这个问题。我尝试过的事情包括...

  1. 确保您处于正确的放大环境中。
  2. 运行放大拉动以确保您是最新的。
  3. 尝试使用重新初始化amplify init
  4. 当所有其他方法都失败时,请尝试重新克隆存储库。
于 2021-05-11T11:59:11.803 回答