Yet another data construction solution in BFF layer: pydantic-resolve (github.com) 2 points by tangkikodo 2y ago ↗ HN
[–] tangkikodo 2y ago ↗ 1. use declaretive way to define schema of view data like graphql, easy to maintain and develop2. use main query and loader query to break down complex queries, and better reuse3. provide various of tools to precisely construct view data, no overhead4. changing view data has never been so easy5. with OpenAPI and typescript, developers can use the type definitions at client side
1 comment
[ 2.2 ms ] story [ 16.0 ms ] thread2. use main query and loader query to break down complex queries, and better reuse
3. provide various of tools to precisely construct view data, no overhead
4. changing view data has never been so easy
5. with OpenAPI and typescript, developers can use the type definitions at client side