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

Easy and painless CUD-mutations for graphene-django.

Results 35 graphene-django-cud issues
Sort by recently updated
recently updated
newest added

One thing that would be nice to have is the possibility to create complex mutations with relations referring to objects that have not yet been created. For instance: ``` mutation{...

enhancement

We've noticed that in some of the mutations, the before_save trigger actually happens after save. This PR request has a proposed refactor: Changes: - Ensure that the `before_save` function always...

I'm adding this as a draft PR for now just to get your input, cause perhaps you would go about it differently (if you want this meta option at all)....

enhancement

How can I query the validation/authorization errors while performing a mutation? ![image](https://user-images.githubusercontent.com/75964357/195334665-4e6b1cbd-8e83-4ade-9411-087a7711304a.png)

Bumps [django](https://github.com/django/django) from 3.2.24 to 3.2.25. Commits c98eca3 [3.2.x] Bumped version for 3.2.25 release. 072963e [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2ad2676 [3.2.x] Added release date for...

dependencies

See #119. Should probably be done alongside #61.

enhancement

Hello, first of all the graphene-django-cud is a wonderfull tool and simplifys a lot of things, but I found some issues for some cases. One rather minor things that I...