serverless-appsync-plugin icon indicating copy to clipboard operation
serverless-appsync-plugin copied to clipboard

I'm trying to update and existing appsync and I get a strange error

Open raducretu opened this issue 2 years ago • 1 comments

While the serverless validator says that schema is valid, AWS suddenly stopped accepting it with the reason beeing:

An error occurred: GraphQlSchema - Schema Creation Status is FAILED with details: Schema has the following errors:
   - Schema contains duplicate type names..

I don't know if this could be because of how the schema is compiled or some AWS bug. I'm positive that there are no duplicate type names.

raducretu avatar Mar 08 '22 22:03 raducretu

have a look in the .serverless folder. look for the generated CloudFormation stack.

In these try to see what is the generated Schema and see what happens.

bboure avatar Mar 22 '22 10:03 bboure