0xPlaygrounds / 0xPlaygrounds/subgrounds

Creating `SyntheticField` across subgraphs

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
73
Forks
12
PR merge metrics
No merged PRs in 30d

Description

**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*

Contributor guide

Open the contributing guide

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, python
Domain
api, data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.