graphene-django-extras icon indicating copy to clipboard operation
graphene-django-extras copied to clipboard

Extras functionalities for Graphene-Django

Results 78 graphene-django-extras issues
Sort by recently updated
recently updated
newest added

client submit page:0 will cause exception ``` #graphene_django_extras/paginations/pagination.py:209 assert page != 0, ValueError( "Page value for PageGraphqlPagination must be a non-zero value" ) ``` should it return empty data?

ImportError: cannot import name 'JSONField' from 'graphene_django.compat' occurs when I try to use last version of graphene-django-extras. I have a fix for it though

![изображение](https://user-images.githubusercontent.com/52139992/229206586-2e3c3dea-11d2-404f-828e-aeba89130200.png) At the moment it is impossible to use ExtraGraphQLView, the screenshot shows the problems, I fixed incorrect imports, added rx dependencies and fixed the call to execution_result and calling...

I'm looking for a little help: I'm using the DjangoSerializerMutation to create and update mutation using UpdateField. However, I have noticed an issue: If I mutate the object with just...

"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_choices what can I do? as...

How can we have total count in `DjangoFilterPaginateListField`, similar to DjangoListObjectField. ``` { "data": { "myModels": { "results": [ { id: 1 } }, { id: 2 } ], "totalCount":...

This PR adds support for Django 5 and graphene-django 3.2 @eamigo86 we need your review here