pub async fn script_handler(
__arg0: State<AppState>,
__arg1: Json<QueryRequest>,
) -> impl IntoResponseExpand description
Handler for multi-statement Cypher scripts Splits input on newlines, skips comments and blanks, executes each statement sequentially.