-
I've read up on the following
https://github.com/PedroBern/django-graphql-auth/issues/54
https://github.com/PedroBern/django-graphql-auth/issues/9
but i am still getting `Unknown field(s) (use…
-
Is there a valid reason why the GraphQLView input is validated to either only ever accept batched requests or never accept batched requests. Is it not reasonable to accept both?
https://github.com/…
McPo updated
8 months ago
-
First, thanks for this library😁.
When used with relay node, I found `only` optimize not worked. And the reason maybe this:
https://github.com/tfoxy/graphene-django-optimizer/blob/89684702ef8af…
syfun updated
5 years ago
-
Heyo, I've installed the following packages
```
django = "==2.1.4"
graphene-django = "==2.2.0"
django-filter = "==2.0.0"
django-graphql-jwt = "==0.1.5"
```
using Python 3.6.0 as described in […
-
Hi, I'm trying to do some api calls outside of django with graphene-django. However, I cannot figure out how to do this with the `GraphQLView` from `graphene_django.views` in `urls.py`.
schema.py
…
-
In Django 2.2 (works fine in 2.1) tests, connections are overridden/monkey patched with properties that throw errors, specifically the `connection.cursor` method.
https://github.com/django/django/…
-
*My code has not changed, I simply upgraded Graphene (graphene-python, graphene-django)*
* **What is the current behavior?**
Since upgrading to the latest versions (on Django 3.2.16), I have start…
-
### What is the current behavior?
`graphene-django` will always attempt to JSON parse request body if the `Content-Type` header is set in the request, and rejects if it is invalid (such as when the…
-
I've tried to install `0.0.9` into a `python 3.8.1` venv runnning `django 3.0.2` and `graphene-django [required: >= 2.1.7,
-
* **What is the current behavior?**
When an exception is raised within a mutate() function, the response to the mutation query is an empty JSON, and the raised exception is swallowed within GraphQLVi…