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

**Is your feature request related to a problem? Please describe.** `subgrounds/query.py` has all objects related to the AST of GraphQL. Currently, every object is frozen, but nested fields of said...

enhancement
internal

**Is your feature request related to a problem? Please describe.** Yes! Currently, Sugrounds supports auto-selection of FieldPaths. This means that if you use one of the querying methods (e.g.: `sg.query_df`)...

enhancement
good first issue

**Describe the bug** With `Subgrounds` feature of auto select when given a top-level field or entity, it automatically grabs every scalar field + every object field's id. This will clash...

bug
good first issue

**Is your feature request related to a problem? Please describe.** When doing long queries, data gathered towards the end of the query is no longer consistent with the beginning. **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** `._select` is pretty verbose, especially when forced to use it with keywords like `"from"` ```py subgraph.Query.snapshots._select("from") ``` **Describe the solution...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Not a problem, but would reduced the need for unnecessary code. Essentially, when playing around with a subgraph's schema, it...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to build my queries and execute them separately. **Describe the solution you'd like** Serializable queries **Describe alternatives...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like an easy way to access in-depth metadata about a subgraph **Describe the solution you'd like** - **Describe alternatives...

enhancement

**Is your feature request related to a problem? Please describe.** I want better tools when working with large subgrounds queries. I often deal with queries that can take overnight, so...

enhancement

**Is your feature request related to a problem? Please describe.** When the Graph returns with an error model, I'd like Subgrounds to present those errors better so I can handle...

enhancement