Open GokhanArik opened 3 weeks ago
Thanks for raising this 🙏 . Just for clarifying, this is not a regression, right? I don't think we changed that part of codegen recently.
Also, but I'm guessing you know that already, you can disable __Schema
generation with generateSchema.set(false)
and generateDataBuilders.set(false)
(Data builders use those types)
I didn't know to be honest, thanks! We wanted to try Data Builders and enabled generateDataBuilders
which enables generateSchema
. I guess we cannot try it until there is a fix for this.
Version
4.0.2-2024.10.25
Summary
Hi team,
I'm getting this error when I run the codegen. We have over 10K types.
Steps to reproduce the behavior
No response
Logs