schon/engine/core/graphene
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 Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00
mutations.py feat(viewsets, schema): unify retrieveExactProducts API in DRF and GraphQL 2026-03-02 01:31:41 +03:00
object_types.py feat(markdown): integrate markdown rendering and editor support 2026-02-27 23:36:51 +03:00
schema.py feat(viewsets, schema): unify retrieveExactProducts API in DRF and GraphQL 2026-03-02 01:31:41 +03:00