Yet another BFF toolkit for Python(allmonday.github.io)
allmonday.github.io
Yet another BFF toolkit for Python
https://allmonday.github.io/pydantic-resolve/
1 comments
Been wrestling with N+1 issues in a FastAPI + SQLAlchemy project for a while. Tried strawberry-graphql but it felt like overkill for what we needed. Dropped this in last week and the dataloader integration was surprisingly painless. The resolve_* convention is a bit magical at first but makes sense once it clicks. ERD-as-code is the part I didn't expect to actually like.