My NebulaGraph database version is v3.0.1. When I use graph database, I want to check a vertex has certain tag.
I has tried the queries as below, but can't get the right way.
FETCH PROP ON tagName 'vid' YIELD vertex AS node
I want to know whether a vertex has certain tag.