0xPlaygrounds / 0xPlaygrounds/subgrounds
Creating `SyntheticField` across subgraphs
- 主要言語
- Python
- スター
- 73
- フォーク
- 12
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Is your feature request related to a problem? Please describe.**
Being able to seamlessly combine fields from multiple subgraphs via `SyntheticField`.
**Describe the solution you'd like**
```py
borrows = aave.Borrows + compound.Borrows
```
*Originally from: ThierryBleau*
コントリビューションガイド
調査の方向性
Look at the existing SyntheticField implementation in the codebase, likely in a module like subgrounds/synthetic.py. Understand how subgraphs like aave and compound are currently queried and how their Borrows fields are structured. The goal is to design a mechanism to combine fields across different subgraph schemas, which requires understanding GraphQL stitching and the library's internal data models.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- graphql, python
- 領域
- api, data
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100