graphene-django/graphene_django/rest_framework
Luke Hodkinson 0b5f8e8507 Allow upserts when converting DRF serializers
Combine create and update into a single mutation. This can be
disabled by returning None from `load_existing`.
2017-10-30 14:57:35 +11:00
..
tests ensure SerializerMutation.errors is None on success in 2.x 2017-08-31 12:37:54 -05:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
mutation.py Allow upserts when converting DRF serializers 2017-10-30 14:57:35 +11:00
serializer_converter.py Fixed flake 2017-09-01 00:52:57 -07:00
types.py Add support for dict field 2017-06-26 14:19:55 +01:00