Hey guys, I was wondering. If I have a post and us...
# prisma-whats-new
r
Hey guys, I was wondering. If I have a post and user, what is the best way to check if a user liked a certain post? Right now I have a likes entity and I query on it to find if a like with the combination of user and post exists but im not sure if that is a good approach