schon/core/graphene
Egor fureunoir Gorbunov 79714750fa Features: 1) Update resolve_feedback method to retrieve Feedback object based on order_product; 2) Enhance do_feedback method to handle existing feedback with better validation and support for returning feedback deletion count.
Fixes: 1) Fix handling of feedback deletion to return actual delete count rather than `None`.

Extra: 1) Refactor `do_feedback` method for clarity and improved logic flow; 2) Minor updates to error messages for consistency and accuracy.
2025-09-18 14:44:52 +03:00
..
__init__.py Features: 1) Add SEO meta utilities and builder functions for schemas; 2) Implement SEO-related APIs in viewsets for categories, brands, and products; 3) Add SeoMeta model and serializer to manage SEO metadata. 2025-08-18 14:26:09 +03:00
mutations.py Fixes: 1) Remove redundant permission check for core.change_orderproduct in mutations.py; 2025-09-18 14:10:06 +03:00
object_types.py Features: 1) Update resolve_feedback method to retrieve Feedback object based on order_product; 2) Enhance do_feedback method to handle existing feedback with better validation and support for returning feedback deletion count. 2025-09-18 14:44:52 +03:00
schema.py Fixes: 1) Corrected products' filtering options on interfaces 2025-08-25 00:41:02 +03:00