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

    Class MapProjection

    Represents a Map projection

    this { .title }
    

    Implements

    • CypherCompilable
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Converts the Map projection expression into a normal Map expression

      Returns Map

      Converts

      this { .title }
      

      into:

      { title: this.title }