igorbenav / fastcrud

FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
MIT License
530 stars 32 forks source link

Apply automatic endpoint filters on joined models #104

Open igorbenav opened 2 weeks ago

igorbenav commented 2 weeks ago

First mentioned in

87 by @PaleNeutron

""" filter user by user.company.name == 'A' ? Or filter company by user's name, company.users.any(User.name == 'B') """