feat: track field validations in spec
Opened this issue · 0 comments
lrstanley commented
I don't believe Ent currently exposes these, however, things like:
- min/max length/items (string, array, etc)
- regex pattern (string, etc)
We may just need to allow providing our own via annotations, including possibly on edges.