如何 运行 在已配置 codegen 的地方放大 codegen?

how to run amplify codegen in where codegen is already configured?

我们有一个项目仓库,后端团队在其中添加了新的 API。 其他开发人员有 运行 并配置了 amplify 和 codegen。 现在我想添加这些新查询及其类型。 当我 运行 放大 codegen 时我得到这个错误:

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

当我 运行 放大添加 codegen 时,它说 Codegen 每个项目只支持一个 GraphQL API。 谁能指导我正确的方法。

我以前见过这个问题。我尝试过的事情包括...

  1. 确保您处于正确的放大环境中。
  2. 运行 扩大拉力以确保您是最新的。
  3. 尝试使用 amplify init
  4. 重新初始化
  5. 当所有其他方法都失败时,请尝试重新克隆存储库。