Add Relationship Support in Auto Generated Endpoints #24
Labels
Automatic Endpoint
Related to automatic endpoint creation functionality
enhancement
New feature or request
Does FastCRUD work with relationship in SQLAlchemy?
Description
If you use get_multi, then a list is displayed without support for models that belong to this model
Additional context
The expectation was that if you add a relationship to the SQLalchemy model, then this relationship will also appear in the list after get_multi
The text was updated successfully, but these errors were encountered: