subscription { Link(filter: { mu...
# prisma-whats-new
e
subscription { Link(filter: { mutation_in: [UPDATED] updatedFields_contains_some: ["isDeleted"] }) { node { id title url description category createdAt updatedAt tags{ id name } postedBy { id name } offers{ id amount offerdescription offerBy{ id name position } } votes { id user { id } } } updatedFields previousValues{ title description url category } } }