Open jcbdev opened 3 years ago
Thank you! @jcbdev could you please try the 1-cannot-find-codegen-and-maxDepth-bug-build
branch? You can do so by running the following
yarn global add amplify-graphql-fragments-generator@https://github.com/artemkloko/amplify-graphql-fragments-generator.git\#1-cannot-find-codegen-and-maxDepth-bug-build
amplify codegen-with-fragments generate
@artemkloko Awesome thanks! I will try it out in the next few weeks but I am super busy at the moment!
@artemkloko I got the same error. Running your commands didn't work. Is there a way to double-check if I the correct version of the plugin was installed?
First of all - Nice work! I've been looking for this exact type of thing for ages!
Unfortunately for me I get the following error when running the generate command:
This probably means you need to 'amplify-codegen' as a dependency in the package.json
Unfortunately even after installing globally
npm install -g amplify-codegen
I get the following call stack issue:Maybe my schema has a self-referencing model or two models which reference each other and its getting caught in a recursive loop?