replace the custom Graphene mutation `RetrieveExactProducts` with a unified DRF implementation using `inline_serializer`. Updated GraphQL schema to resolve `retrieve_exact_products` query using a standardized approach. This change improves consistency across DRF and GraphQL APIs, reduces duplicate logic, and centralizes request validations. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| mutations.py | ||
| object_types.py | ||
| schema.py | ||