graphene-django/graphene_django/rest_framework
Chinonso Ani f5b5d36f72
Use client_mutation_id for update
When using relay, it overrides the id of the model and provides a global id.  This id is often what is available when making queries. 
However, it is unusable to update the model object.
This seeks to make the `client_mutation_id` usable for updating the SerializerMutation
2021-08-11 14:01:42 +01:00
..
tests WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
models.py use to_representation in favor of get_attribute (#848) 2020-02-21 17:42:47 +00:00
mutation.py Use client_mutation_id for update 2021-08-11 14:01:42 +01:00
serializer_converter.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
types.py Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00