-
We should probably make multiple issues, but let's just have this one for now.
For client directives we should:
1. Add documentation
2. Add support for lists
3. Improve typing
For schema d…
-
Is there a feature already existing for dataLoaders to load graphene RESTFUL APIs as datasource
current Behaviour
https://docs.graphene-python.org/en/latest/execution/dataloader/#using-with-graph…
-
Hi all, I'm new to graphene and GraphQL. I couldn't find this error anywhere on Google with this library, and I've been trying to get this to work for the past couple days now. Thanks for any help.
…
-
I don't know if this has been said enough @bellini666, but the Django integration and especially the query optimizer are an amazingly well implemented. Just had the issue of debugging N+1 query prob…
-
### Summary of problem
Is it possible to support distributed tracing via the graphql service ex. `config.graphq["distributed_tracing"] = True`
Currently the APM traces of our graphql service (gr…
-
It was clear from the beginning that Isar should support some kind of synchronization capability. Until now I wanted to implement something similar to dexie's sync strategy which provides [eventual co…
simc updated
8 months ago
-
I have a mutation that updates multiple records. In cases where some of the records would be invalid, I want to skip updating those records, update what records I can, and return a list of the ones th…
-
### Deployment Type
Self-hosted
### NetBox Version
v4.0.1
### Python Version
3.11
### Steps to Reproduce
Upgrade from v3.7.7
Error when upgrading via upgrade.sh
### Expected Behavior
Versi…
-
When implementing types that override the `get_queryset()` method as well as using relay connection, the `get_queryset()` method is called twice. This has the result, that when applying filters to…
-
参考
https://strawberry-graphql.github.io/strawberry-django/quick-start/