minor tweak to make usernames show up correctly.

This commit is contained in:
2023-01-08 10:25:05 -08:00
parent 06f59ae531
commit 1b3eff8301
2 changed files with 28 additions and 30 deletions

View File

@@ -147,7 +147,8 @@
(fn trace [a b c]
(mu/with-context {:query key
:mutation (boolean (= "mutation"
(namespace key)))}
(namespace key)))
:user (:id a)}
(mu/trace (keyword "graphql" (name key))
[]
(f a b c)))))