schon/core/graphene
Egor fureunoir Gorbunov 753a2059d4 Features: 1) Add discount_price field to ProductDetailSerializer, PromotionDetailSerializer, and Product GraphQL type; 2) Introduce promos and discount_price properties in the Product model;
Fixes: None;

Extra: 1) Update field inclusion lists and methods in serializers to reflect the new `discount_price` field; 2) Add model property caching for `discount_price`;
2025-10-26 19:51:41 +03:00
..
__init__.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
mutations.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
object_types.py Features: 1) Add discount_price field to ProductDetailSerializer, PromotionDetailSerializer, and Product GraphQL type; 2) Introduce promos and discount_price properties in the Product model; 2025-10-26 19:51:41 +03:00
schema.py Fixes: 1) Replace product_uuid with product_id in stock filtering queries to ensure compatibility. 2025-10-07 20:05:07 +03:00