API Builds failing with unknown type error #13643
Labels
duplicate
If marked with duplicate, issue will be closed & original will be added for traceability
pending-triage
Issue is pending triage
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
18.16.1
Amplify CLI Version
12.10.1
What operating system are you using?
Mac OS
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
Without making any changes to my schema.graphql file, by builds have started failing across all back-end environments.
Expected behavior
Builds without schema changes should successfully complete
Reproduction steps
Project Identifier
13637ff9223ff117318765b2e589e9c9
Log output
Additional information
The type in question:
input GetInvitationInput {
code: String!
}
This is a custom type used by this custom query:
type Query {
getInvitation(input: GetInvitationInput) : InvitationResult
@auth(rules: [{allow: public}, {allow: private, provider: iam}])
@function(name: "getInvitation3-${env}")
}
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: