graphene-django/graphene_django/constants.py
Ignacio Orlandini 8f63199a63
Handle database transactions (#1039)
* Handle Django database atomic requests

* Create and handle database atomic mutations

* Make code compatible with Python 2.7

* Code style

* Define set_rollback instead of using the one in rest_framework.views because of backward compatibility

* Implement mock.patch.dict
2020-12-22 20:18:14 -08:00

2 lines
54 B
Python

MUTATION_ERRORS_FLAG = "graphene_mutation_has_errors"