I have a graph with (a:Person)-[r:HAS_MEET {duration:30}]->(b:Person)
similar to this I will be having n number of duration so how will I visualize only nodes who has meet duration of 30 . I do not want other nodes to be visualized
Check out Bloom features in detail - Neo4j Bloom as you should be able to create a search phrase for this case.