mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-17 00:05:41 +03:00
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 |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| models.py | ||
| mutation.py | ||
| serializer_converter.py | ||
| types.py | ||