We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The purpose of this is to delete nested objects i.e
{ "add": [1,2,4], "delete": [8] }
Just like REMOVE operation DELETE will be supporting __all__ value to i.e
REMOVE
DELETE
__all__
{ "add": [1,2,4], "delete": "__all__" }
It will also be supporting allow_delete_all kwarg just like allow_remove_all
allow_delete_all
allow_remove_all
Another idea: Make __all__ value configurable through global django-restql settings
django-restql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The purpose of this is to delete nested objects i.e
Just like
REMOVE
operationDELETE
will be supporting__all__
value to i.eIt will also be supporting
allow_delete_all
kwarg just likeallow_remove_all
Another idea: Make
__all__
value configurable through globaldjango-restql
settingsThe text was updated successfully, but these errors were encountered: