[FEATURE] - Handle adaptation of returned values from run()
when controller has a response schema
#174
Labels
feature
New feature or request
Is your feature request related to a problem? Please describe.
Values returned by
eQual::run()
are just parsed using json_decode and randomly match ORM types.Describe the solution you'd like
Values returned by
eQual::run()
should be adapted to corresponding types from Response Schema, if defined by target controller.Describe alternatives you've considered
Parse schema are use the adapter service to adapt data according to their type.
The text was updated successfully, but these errors were encountered: