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

    Class List

    Represents a List

    new Cypher.List([new Cypher.Literal("1"), new Cypher.Literal("2"), new Cypher.Literal("3")])
    

    Translates to

    [ "1", "2", "3" ]
    

    Implements

    • CypherCompilable
    Index

    Constructors

    Methods

    Constructors

    Methods