Create decorator for validation #198
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Fireorm supports validation by leveraging the responsibility to class-validator. To perform the validation we have to declare a function on each abstract repositories like (this one or this one) and checking on each function if validation should be performed with something close to:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: