schon/core/graphene
2025-05-30 18:05:43 +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 "name" to filter_fields in BrandType. 2025-05-30 17:35:12 +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