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