it looks like the amplify codegen change has caused a lot of issues. I just want to confirm that the calculation of default maxDepth of 2 is different now?
All my queries and mutations chopped of nested objects that previously would be there with a default amplify codegen so now I have to run amplify codegen --maxDepth 4.
Also the stand alone generated "queries.ts" etc no longer are stand alone they refer to the "API.ts" to import. This causes major breaking issues in the way these files were being setup to be a layer for the amplify lambda functions.