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

    Interface 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