Sometimes we need to utilise triggers (apoc.trigger.add) to implement a functional constraint in database operation.The usual way of having this work is to make use of apoc.util.validate, and this raises an exception in Neo4j.
Apart from parsing ever...