schon/core/graphene
2025-05-29 19:18:07 +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 filter_fields to product tags in graphene object types; 2025-05-29 19:18:07 +03:00
schema.py Features: 1) Add ProductTagType to GraphQL schema with associated queries and resolvers; 2) Register ProductTagViewSet in API URLs and core router; 3) Implement detailed and simple serializers for ProductTag. 2025-05-29 18:22:44 +03:00