schon/engine/vibes_auth/graphene
Egor fureunoir Gorbunov ecd6e5ad9f Features: 1) Add retrieve_user flag to serializers for optional user data retrieval; 2) Allow flexibility in handling user data as UUID or serialized object;
Fixes: 1) Adjust `mutate` methods in GraphQL mutations to support `retrieve_user` flag; 2) Ensure proper fallback to UUID handling when `retrieve_user` is set to `False`;

Extra: 1) Refactor serializers and mutations for improved customization and reduced overhead; 2) Add comments and clean up redundant code.
2025-11-24 16:13:42 +03:00
..
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
mutations.py Features: 1) Add retrieve_user flag to serializers for optional user data retrieval; 2) Allow flexibility in handling user data as UUID or serialized object; 2025-11-24 16:13:42 +03:00
object_types.py 2025.4 BETA 2025-11-10 08:36:57 +03:00