Hey folks, I’d like my auth function to return a `...
# prisma-whats-new
t
Hey folks, I’d like my auth function to return a
user: User!
property, allowing the client to specify which fields, and even get a related object. Is that possible? All the examples return explicit fields only in a custom object.
n
t
Ah, okay, thanks anyway