0xPlaygrounds / 0xPlaygrounds/subgrounds
Creating `SyntheticField` across subgraphs
Open
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
Assessment
This issue has not been assessed yet.