schon/core/graphene
Egor fureunoir Gorbunov 7ba9afda6a Features: 1) Add analytics_data and advertisement_data fields to company configuration in GraphQL schema;
Fixes: 1) Correct spelling error in `CONSTANCE` configuration key from `ADVERTISIMENT_DATA` to `ADVERTISEMENT_DATA`;

Extra: 1) Update string translations in `constance.py`.
2025-06-16 10:42:39 +03:00
..
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
mutations.py Features: 1) Add BulkOrderAction mutation to handle bulk addition/removal of order products; 2) Introduce bulk_add_order_products and bulk_remove_order_products endpoints in viewset; 3) Add BulkAddOrderProductsSerializer and BulkRemoveOrderProductsSerializer. 2025-05-28 14:48:16 +03:00
object_types.py Features: 1) Add analytics_data and advertisement_data fields to company configuration in GraphQL schema; 2025-06-16 10:42:39 +03:00
schema.py Fixes: 1) Add support for passing additional keyword arguments (**kwargs) to resolve_brands method. 2025-05-30 18:05:43 +03:00