-
Hi everyone,
I would like to implement an easy permissions system. With original `graphene-django`, it was quite straightforward. It was sufficient to make a similar method for each field on an obj…
-
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…
-
Using the following simple schema and the default `User` model.
```python
import graphene
from graphene_django import DjangoObjectType
from graphene_django_extras import DjangoObjectType as Dj…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
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 …
-
When using DjangoObjectType from `graphene_django` it is possible to reduce the fields by setting the `fields` in the Meta class.
For example:
```python
from graphene_django import DjangoObjectTy…
-
"message": "'super' object has no attribute '_set_choices'"
I'm getting the following error: django-filter in the version supported by graphene-django-extras doesn't seem to work normally _set_ch…
-
Hi, just tried to installed your library, but then I get this error :
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is t…
-
https://github.com/eamigo86/graphene-django-extras/blob/1c95c887a2d8f4229ee2f82dd1b508f3cd80e4e4/graphene_django_extras/fields.py#L22
Hi, I have a use case where I have id field which is internal t…
-
Hi, I'm wondering if this library exposes any way to generate an `InputType` for a model in an ad-hoc way.
I was able to get this working by subclassing `DjangoCreateMutation` to create the InputTy…