I want to fetch the posts of the people i follow a...
# prisma-whats-new
m
I want to fetch the posts of the people i follow and the only way i can think of is by first fetching the following people ids and then filter posts using user: {id_in: [<array of followings ids>]}