Can you do an “optional” `include`? Like return my...
# prisma-client
m
Can you do an “optional”
include
? Like return my objects even if the relation doesn’t exist, like a
LEFT JOIN
situation?
r
By default all parent objects will be returned if the child relation doesn’t exist.
m
ah stupid question, sorry. thanks
💯 1