Cypher Builder - v2.7.1
    Preparing search index...

    Class HasLabel

    Generates a predicate to check if a node has a label or a relationship has a type

    MATCH(this)
    WHERE this:MyNode

    Hierarchy

    • CypherASTNode
      • HasLabel