-
# Prerequisites
* [x] Is it a bug?
* [ ] Is it a new feature?
* [ ] Is it a a question?
* [x] Can you reproduce the problem?
* [x] Are you running the latest version? (0.3.16)
* [x] Did you ch…
-
Currently we only provide token based authentication backend for the DRF specific authentication mechanism.
Non surprisingly Graphene based backends cannot use this. They use the standard Django au…
-
### NetBox version
v3.2.6
### Feature type
Add a function
### Proposed functionality
NetBox core graphql package does not support walking assigned_object_type/assigned_object_id approach to relat…
-
I'm using Django in a project which doesn't use a database, however I can't use graphene-django's `GraphQLTestCase`, as it inherits from Django's `TestCase` (I'm using `SimpleTestCase` elsewhere).
…
-
Current behavior is to return file name for `FileField` and `ImageField` type attributes of `graphene_django.types.DjangoObjectType`.
It seems completely unusable as we always need an actual url of…
-
Hi
im trying to implement graph_wrap into an existing project that runs with Django 4.0.1
keep getting the following error
ImportError: cannot import name 'force_text' from 'django.utils.encoding
-
* **What is the current behavior?**
```python
>>> from graphene.utils.str_converters import to_snake_case
>>> from graphene.utils.str_converters import to_camel_case
>>> to_camel_case("my_variab…
-
Testing filters using the OrderedDjangoFilterConnectionField solution in this issue; what should resolve_all_images be in this example? I’m getting `connection_resolver() missing 1 required positional…
-
a got this error while configuring my urls: {"errors":[{"message":"There is no current event loop in thread 'Thread-1 (process_request_thread)'.","locations":[{"line":2,"column":7}],"path":["model"]}]…
-
**Describe the bug**
Running app with deprecation warnings enabled produces:
`DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.`
**Environment**
Pyth…