Settings

Theme

Yet another data construction solution in BFF layer: pydantic-resolve

github.com

2 points by tangkikodo 2 years ago · 1 comment

Reader

tangkikodoOP 2 years ago

1. use declaretive way to define schema of view data like graphql, easy to maintain and develop

2. 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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection