-
### Context
I am coming from graphene and have been migrating multiple projects to strawberry with the current being a fairly large api project. The current project relies heavily on `django_filter…
-
When I call `gql_optimizer.query(myquery, info)` it always raises `RecursionError` not matter witch query I pass in.
Python 3.7
Django 2.2.7
Graphene-Django 2.6.0
I tried with 0.6.0 and 0…
-
Hi @tfoxy, following #22, we are unable to actually know what when we are getting called from:
```prefetch_related(info, *args[, **kwargs?])```
https://github.com/tfoxy/graphene-django-optimizer/bl…
-
* **What is the current behavior?**
I was following the graphene-django basic tutorial (https://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/), and was able to query with:
…
-
I am using `graphene-django` with this implementation of dataloaders...
I have a resolver that returns multiple nodes (DjangoFilterConnectionField, ConnectionField), how to utilize this library in th…
-
**Is your feature request related to a problem? Please describe.**
I am trying to learn how to use Graphene with my existing DataModels. The problem I've come across is my use of python's `@property`…
-
* **What is the current behavior?**
I have a query that returns a semi-large amount of data (1.3MB, maybe 100,000 objects). When I run the query using `response = schema.execute(query)`, it takes les…
-
no Is it a bug?
no Is it a new feature?
yes Is it a a question?
yes Can you reproduce the problem?
yes Are you running the latest version?
yes Did you check for similar issues?
yes Did you …
-
`ID` field in DjangoModelFormMutation displaying `Global ID`, however doing updates form id requires `raw DB pk` field.
Say I have below scripts
```python
# cookbook/ingredients/models.py
from …
-
* **What is the current behavior?**
Django ValidationError are serialized as string instead of error array.
```python
from django.core.exceptions import ValidationError
from graphene import …