schon/core/serializers
Egor fureunoir Gorbunov 89301d6432 Features: 1) Add support for processing chosen_products in order creation and update mutations; 2) Introduce new field chosen_products to serializers and GraphQL inputs; 3) Enhance order model to allow bulk addition of products with quantity updates;
Fixes: 1) Correct avatar resolution in `resolve_avatar` method for cases where `url` or `name` attributes are missing; 2) Refresh user object from the database after avatar update to avoid stale data;

Extra: 1) Rename `BulkActionOrderProductInput` to `BulkProductInput` for consistency; 2) Minor code refactorings and adjustments for clarity.
2025-07-08 21:02:54 +03:00
..
__init__.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00
detail.py Features: None; 2025-07-06 17:22:14 +03:00
simple.py Features: 1) RUFFVCKED 2025-07-03 15:00:18 +03:00
utility.py Features: 1) Add support for processing chosen_products in order creation and update mutations; 2) Introduce new field chosen_products to serializers and GraphQL inputs; 3) Enhance order model to allow bulk addition of products with quantity updates; 2025-07-08 21:02:54 +03:00