-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular code generation for v6 amplify #783
Comments
I am seeing the same. I am upgrading to V6 |
Likewise. Also upgrading to v6. We're pretty dependant on codegen. Doing this manually would be some work 😰 |
+1. Is this going to be done anytime soon? Seems like it should be high priority, but I see it's not even assigned to anybody at this point. |
@qwe12e - thank you for filing this issue! We are currently investigating a fix, and will provide an update when we have more information. |
Before opening, please confirm:
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
v18.12.1
Amplify CLI Version
12.10.1
What operating system are you using?
Mac
Amplify Codegen Command
codegen types
Describe the bug
I'm following the tutorials in here amplify. I'm trying to generate api.service.ts using
amplify codegen types
. But this package is creating older version of amplify what I mean is that it is trying to importbut it should do something like this:
Expected behavior
it should create the new way of sending requests in the service.
Reproduction steps
run
amplify codegen types
GraphQL schema(s)
# Put schemas below this line
Log output
Additional information
No response
The text was updated successfully, but these errors were encountered: