0xPlaygrounds / 0xPlaygrounds/subgrounds
Creating `SyntheticField` across subgraphs
- Ngôn ngữ chính
- Python
- Star
- 73
- Fork
- 12
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**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*
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- graphql, python
- Lĩnh vực
- api, data
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100