ifiokjr/edgedb_codegen

Make builders optional

CodesInChaos opened this issue · 1 comments

The builders for Input and even more so Output don't add much value IMO. So I'd put them behind a feature flag. Possibly even two separate feature flags, since I can imagine people wanting them for Input but not Output.

Sounds like a good idea. Initially, it was this way, then I just decided against it for some reason.