Cypher Builder - v2.7.1
Preparing search index...
Use
Class Use
See
Cypher Documentation
Hierarchy (
View Summary
)
Clause
Use
Index
Constructors
constructor
Methods
build
Constructors
constructor
new
Use
(
graph
:
string
,
subClause
:
Clause
)
:
Use
Parameters
graph
:
string
subClause
:
Clause
Returns
Use
Methods
build
build
(
config
?:
Partial
<
{
cypherVersion
:
"5"
;
extraParams
:
Record
<
string
,
unknown
>
;
labelOperator
:
":"
|
"&"
;
prefix
:
string
;
unsafeEscapeOptions
:
Partial
<
{
disableNodeLabelEscaping
:
boolean
;
disableRelationshipTypeEscaping
:
boolean
;
}
,
>
;
}
,
>
,
)
:
CypherResult
Compiles a clause into Cypher and params
Parameters
Optional
config
:
Partial
<
{
cypherVersion
:
"5"
;
extraParams
:
Record
<
string
,
unknown
>
;
labelOperator
:
":"
|
"&"
;
prefix
:
string
;
unsafeEscapeOptions
:
Partial
<
{
disableNodeLabelEscaping
:
boolean
;
disableRelationshipTypeEscaping
:
boolean
;
}
,
>
;
}
,
>
Returns
CypherResult
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
Cypher Builder - v2.7.1
Loading...
See
Cypher Documentation