Hi all, Some time ago we’ve deprecated the enum field type as with the code-gen 2.0 we had type information available and didn’t have to declare a simple field referencing an enum type as enum field.
If we’re cleaning up things anyway, how about we remove support for the enum field? Less code-gen options we need to maintain. I’ve checked and we’re not using them anywhere anymore. Chris
