-
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
Build fail on unknown type from GraphQL Scheme #794
Comments
Got the same issue here |
Hey folks, 👋 thanks for raising this! I'm going to transfer this over to our codegen repository for better assistance as this appears to be occurring on the model generation. |
We have identified a regression in CLI version 12.10.2 and rolled back latest to 12.10.1. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
20
Amplify CLI Version
12.10.2
What operating system are you using?
als2023 (amplify build console)
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
Nope
Describe the bug
Build that worked yesterday will not build today. Suspect it to be CLI version 12.10.2, works with 12.10.1.
In my GraphQL scheme I do have the following custome query:
This has not been changed for a long time, and today amplify build fails with:
Has support for custom input types been removed from queries?
If I downgrade to 12.10.1 it works...
Expected behavior
Should work as previous version 12.10.1
Reproduction steps
Try to build a grahql scheme with a
query
which has custominput
variableProject Identifier
0e0c35de10e80e85c555ebedce4575e5
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: