I searched the forum, but can’t find a similar que...
# prisma-whats-new
m
I searched the forum, but can’t find a similar question. Is there a way to ‘de-duplicate’ query / subscription results? I’m doing a fairly complex query, with some filters on relationships, and because of the relationships, I get back a repeated piece of data – can I only get the first one back? (I have a feeling this isn’t possible, but…)
n
it might be possible, if you use the right relation filters. would appreciate you sharing your schema + query in the forum to better understand the situation 🙂
m
Will do
a
Also, if you use Apollo, there's a not-so-well-documented feature that you only need the id for data that's already in your store.
m