Andrey Chernykh
Results
2
comments of
Andrey Chernykh
What is `MyProject.User`? Is it just a structure or Ecto schema (I ask because you use the attr `model: User`, when (imho) it's better to use `struct: %User{}` in order...
I see only one advantage at the moment: if returned data strictly conforms a structure, you haven't cast it manually then. But, I'm for keeping defql's query result as simple...