I can filter links that are deleted. But how can I...
# prisma-whats-new
e
I can filter links that are deleted. But how can I filter and subscribe to the link's offers, and the offer's comments that are deleted? Thanks const ALL_LINKS_QUERY = gql` query AllLinksQuery{ allLinks (filter{isDeletedfalse}){ id .... '