0xPlaygrounds / 0xPlaygrounds/subgrounds

Creating `SyntheticField` across subgraphs

未关闭
#4 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。