-
The example from the docs should allow you to reproduce it. The error is raised when running `Run `python manage.py runserver``
```
from graphene_django.forms.mutation import DjangoModelFormMutati…
-
hello devs.
During a conversation about an issue of graphql-core @jkimbo found a possible error
https://github.com/graphql-python/graphene-django/blob/5051d3bb617ce6977eebc023c958bd10de91fe91/gra…
-
## Describe the Bug
Nesting permissions i.e `private_details` checked by `HasSourcePerm` yields unnecessary queries that could be optimized. Current code yields 6 queries, while the workaround b…
-
Hello : )
I am getting my feet wet in Data Loaders by asking some questions and I might be doing something wrong here. I would appreciate the help!
I am trying to use this implementation to solve…
-
Would it be possible to refactor this:
https://github.com/datadvance/DjangoChannelsGraphqlWs/blob/09a2ffdde45a1553abd09b5b3e595402b6e6c9b1/channels_graphql_ws/graphql_ws_consumer.py#L537-L542
in…
-
I am using Django graphene and I successfully created queries and mutations, but when it comes to the subscription I find out the graphene doesn't sopported officially but it suggesting few libraries …
-
#### How to integrate [graphene-django](https://github.com/graphql-python/graphene-django)?
Is there any example?
-
Since updating to `graphene-django` v3.0.0, I'm getting a `TypeError`, originating from [graphene_django.filter.utils.get_filtering_args_from_filterset()](https://github.com/graphql-python/graphene-dj…
-
Here is the problem, I need to create a custom resolve method but the path
for the logic to might not always require the logic added in the custom resolve method thus
I would like to use the default…
-
Currently the majority of the read operations of GraphQL are finished. For most of the write operations, people have to be signed in. Of course, this requires us to be able to authenticate people. Thi…