schon/engine/core/graphene
Egor fureunoir Gorbunov 85576cf4ad feat(schema): add retrieveExactProducts query to support detailed product retrieval
Added the `RetrieveExactProducts` query to the schema to enable fetching specific product details. This addition enhances the granularity of product data retrieval in the GraphQL API.
2026-03-02 00:53:22 +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 feat(schema): add retrieveExactProducts query to support detailed product retrieval 2026-03-02 00:53:22 +03:00