schon/engine/core/graphene
Egor fureunoir Gorbunov 38903e0323 refactor(graphene): consolidate address fields into single field address_line
Replaced `address_line_1` and `address_line_2` with `address_line` to simplify the structure and reduce redundancy in the object type definition.
2026-03-05 14:14: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(graphene): add address line fields to CreateAddress mutation 2026-03-04 19:59:42 +03:00
object_types.py refactor(graphene): consolidate address fields into single field address_line 2026-03-05 14:14:22 +03:00
schema.py feat(viewsets, schema): unify retrieveExactProducts API in DRF and GraphQL 2026-03-02 01:31:41 +03:00