Join Slack
Powered by
I can filter links that are deleted. But how can I...
# prisma-whats-new
e
efvaldez
01/04/2018, 5:02 PM
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
{isDeleted
false}){ id .... '
Open in Slack
Previous
Next