Morning folks. I’d like my auth function to return...
# prisma-whats-new
t
Morning 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.