fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

TypeReposistory does not allow for named enums

Open alecgrieser opened this issue 2 years ago • 0 comments

The TypeRepository currently always auto-generates the names for enums. However, in practice, I think we'll need enums to be able to take a user-supplied name. For example, that would be needed to look up the enum type associated with a field from its field's type name.

alecgrieser avatar Sep 20 '22 22:09 alecgrieser