Getting Error while executing `graphql:data:generate` script in twenty-front module
I have made changes to the Response of verify mutation. I am sending back some additional fields for user in Verify Mutation Response. In order to sync those changes with frontend codegen autogenerated schema, I will have to run
graphql:data:generate
script (as far as I understand). In this script I am getting this error.1 Reply
Hey @Weiko , These typedefs for which the script is failing are from workspaceSchema.
It is resolved. I just ignored those failing files in codegen.cjs 's documents list and things are working as expected.