schon/engine/core/graphene
Egor fureunoir Gorbunov 01ba06d52c Features: 1) Add image_url property to Category and ProductImage models for constructing absolute image URLs; 2) Replace direct image.url references with image_url across serializers and GraphQL resolvers;
Fixes: None;

Extra: 1) Simplify serializer methods by removing redundant `suppress` blocks for `image.url`; 2) Minor adjustments to GraphQL resolver parameter names for consistency.
2025-11-11 14:38:41 +03:00
..
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
mutations.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
object_types.py Features: 1) Add image_url property to Category and ProductImage models for constructing absolute image URLs; 2) Replace direct image.url references with image_url across serializers and GraphQL resolvers; 2025-11-11 14:38:41 +03:00
schema.py 2025.4 BETA 2025-11-10 08:36:57 +03:00