graphene_django_crud icon indicating copy to clipboard operation
graphene_django_crud copied to clipboard

Turns the django ORM into a graphql API

Results 4 graphene_django_crud issues
Sort by recently updated
recently updated
newest added

I need to disable nested create for some types in my Schema. I'm looking through the source code to find out how to do this. Could you suggest where to...

Is is possible to enhance (pre-process) input arguments before a batch read query is executed?

Is it possible to update the fields of a nested object directly? I mean in the `...UpdateNestedInput` type.

When I was using Subscriptions, I received the following error. ``` "errors": [ "'NoneType' object has no attribute 'is_authenticated'" ] ``` I am using version 1.3.1 version of graphene-django-crud (from...