What I expect: After typing amplify codegen models, it should generate the model "classes" for my already existing backend.
What happens: Message Output:
No AppSync API configured. Please add an API.
What I did so far:
- Already did the Amplify Prerequisites mentioned here
- I added my existing API to my Android Project by
amplify codegenThat resulted in generated files for mutations/queries/subscriptions and the schema.json as you can see on the screenshot below.

- I wanted to generate the models classes as mentioned here
But as said, the model classes are not generated. May someone has the solution for my situation out there. Would help me a lot :)