I'd think just using `User` would be the path to t...
# prisma-client
c
I'd think just using
User
would be the path to take (when the query does in fact correspond to this)
r
Yes
User
should be the type used as the return. The input types would give an incorrect type as they are specifically for inputs.