schon/engine/vibes_auth/graphene
Egor fureunoir Gorbunov b8b7dcc1d1 Features:
Fixes: 1) Replace `Count("id")` with `Count("pk")` in commerce queries; 2) Fix `User.objects.get(...)` call by using `uuid` directly instead of accessing nested `serializer.validated_data["user"]["uuid"]`; 3) Add missing closing parenthesis in `VerifyJSONWebToken` call.

Extra: Minor code cleanup and consistency in UUID access pattern across mutations.
2025-11-18 12:34:55 +03:00
..
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
mutations.py Features: 2025-11-18 12:34:55 +03:00
object_types.py 2025.4 BETA 2025-11-10 08:36:57 +03:00