Cypher Builder - v2.7.1
Preparing search index...
utils
toCypherParams
Function toCypherParams
toCypherParams
<
T
>
(
original
:
Record
<
string
,
T
>
)
:
Record
<
string
,
Param
<
T
>
>
Converts an object into an object of Param so it can easily be passed to a pattern.
Type Parameters
T
Parameters
original
:
Record
<
string
,
T
>
Returns
Record
<
string
,
Param
<
T
>
>
Settings
Theme
OS
Light
Dark
Cypher Builder - v2.7.1
Loading...
Converts an object into an object of Param so it can easily be passed to a pattern.