schon/engine/core/docs/drf
Egor fureunoir Gorbunov d97e9a973b feat(viewsets, schema): unify retrieveExactProducts API in DRF and GraphQL
replace the custom Graphene mutation `RetrieveExactProducts` with a unified DRF implementation using `inline_serializer`. Updated GraphQL schema to resolve `retrieve_exact_products` query using a standardized approach.

This change improves consistency across DRF and GraphQL APIs, reduces duplicate logic, and centralizes request validations.
2026-03-02 01:31:41 +03:00
..
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
views.py Features: 1) Add async and sync capabilities to CamelCaseMiddleWare; 2) Include OpenAPI support for Enum name overrides in DRF settings; 3) Integrate OpenAPI types in DRF views for improved schema accuracy. 2025-12-19 17:27:36 +03:00
viewsets.py feat(viewsets, schema): unify retrieveExactProducts API in DRF and GraphQL 2026-03-02 01:31:41 +03:00