-
I just ran into an issue with https://github.com/wagtail/wagtail/pull/9605
I have a field definition like
```
categories = graphene.List(SnippetTypes.get_object_type())
```
My graphql interfa…
dopry updated
1 month ago
-
**What is the current behavior?**
The documentation for testing API calls with Django on the official website of [Graphene-Django](https://docs.graphene-python.org/projects/django/en/latest/testing/)…
-
**What is the current behavior?**
This is with `graphene-django==3.2.0` and `Django==4.2.10` and it concerns the `graphql_query` function from `graphene_django.utils.testing`. Django 4.2.+ prefixes t…
-
I'm getting
```bash
`ImportError: cannot import name 'ugettext' from 'django.utils.translation' (C:\realtime-projects\python-django\.venv\Lib\site-packages\django\utils\translation\__init__.py). …
-
I had a lot of difficulty getting a django `BinaryField` overridden and I'm not sure if I did it correctly but it seems to work.
`graphene_django.extras.converter.convert_binary_to_string` doesn't …
-
### Problem ###
I was surprised to see that [`graphene-django`](https://github.com/graphql-python/graphene-django) shares a considerable amount of code with this library. Almost line-for-line in some…
-
Is this package still being maintained? We'd like to use the latest version of django-filter but can't, since graphene-django-extras requires an older version. Also the current version requires an alp…
-
I'm trying to setup JWT Authorization with Graphene but I get this error **Could not import 'smvc.schema.schema' for Graphene setting 'SCHEMA'. AttributeError: module 'graphene' has no attribute 'Abst…
-
# Prerequisites
* [ ] Is it a bug?
* [ ] Is it a new feature?
* [ ✅] Is it a a question?
* [ ] Can you reproduce the problem?
* [ ] Are you running the latest version?
* [ ] Did you check for …
-
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
When executing a mutati…