subgrounds
subgrounds copied to clipboard
An intuitive Python library for interfacing with subgraphs and GraphQL
**Describe the bug** Missing data due to Incorrect pagination. **To Reproduce** Steps to reproduce the behavior: - Query any subgraph which has e.g. a `timestamp` and should return > 1800...
**Is your feature request related to a problem? Please describe.** Yes. When constructing `FieldPaths` with arguments, any extra arguments (i.e.: arguments which don't exist in the subgraph schema) are silently...
**Is your feature request related to a problem? Please describe.** ## Description Create a special value `ALL` that can be used as the `first` argument in list queries to fetch...
**Is your feature request related to a problem? Please describe.** ## Description Subgrounds should be able to paginate based on a condition (e.g.: get all Uniswap V2 swaps between time...
**Is your feature request related to a problem? Please describe.** ## Description Given a subgrounds fieldpath(s) representing a list of entities, then it should be possible to wrap those fieldpaths...
**Is your feature request related to a problem? Please describe.** Given a subgraph with a query field `entities` of type `[Entity!]!`, then `entities.first` and `entities.last` should produce a field path...
**Is your feature request related to a problem? Please describe.** Subgrounds should allow developers to query a single entity from an id. The query (and returned object) should only have...
**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...
Hey team, We've noticed that you're referencing a subgraph deployed on The Graph's hosted service in this repository. **Just a heads-up: after June 12th, hosted service subgraph endpoints will no...