schon/engine/core/graphene
Egor fureunoir Gorbunov ff99177139 feat(viewsets): add endpoint to retrieve products by identifier
introduce `exact_list` action in `viewsets.py` to retrieve products by `uuid`, `slug`, or `sku` identifiers. Includes input validation and ratelimiting. Adds corresponding schema documentation and a GraphQL mutation for similar functionality.
2026-03-01 22:22:59 +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): add endpoint to retrieve products by identifier 2026-03-01 22:22:59 +03:00
object_types.py feat(markdown): integrate markdown rendering and editor support 2026-02-27 23:36:51 +03:00
schema.py Features: 1) None; 2025-12-19 16:43:39 +03:00