subgrounds icon indicating copy to clipboard operation
subgrounds copied to clipboard

An intuitive Python library for interfacing with subgraphs and GraphQL

Results 32 subgrounds issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to do repeated subgraph calls for the same data. **Describe the solution you'd like**...

enhancement

**Describe the bug** I am just learning about The Graph and `subgrounds`. The example in the README.md throws the following error: ``` HTTPStatusError: Client error '410 Gone' for url 'https://api.thegraph.com/subgraphs/name/messari/aave-v2-ethereum'...

bug