hey guys, I had a quick question. Is it possible t...
# prisma-whats-new
r
hey guys, I had a quick question. Is it possible to link a smaller piece of data from a larger query to a component by way of a graphql wrapper? Like when a component needs only the commentCount of one post, but the query that fetches that normally fetches a whole list of posts. Or is it better to do this by just passing down props