subgrounds icon indicating copy to clipboard operation
subgrounds copied to clipboard

An intuitive Python library for interfacing with subgraphs and GraphQL

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

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

bug
need-validation

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

enhancement

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

enhancement

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

enhancement

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

enhancement

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

enhancement

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

enhancement

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

enhancement

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