apoc.cypher.runSchema
Syntax |
|
||
Description |
Runs the given query schema statement with the given parameters. |
||
Input arguments |
Name |
Type |
Description |
|
|
The Cypher schema statement to run. |
|
|
|
The parameters for the given Cypher statement. |
|
Return arguments |
Name |
Type |
Description |
|
|
The result returned from the Cypher statement. |