Skip to content

Commit dcafe33

Browse files
committed
updated added getResult to summarised result
1 parent 2db4982 commit dcafe33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Databags/SummarizedResult.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ public function getSummary(): ResultSummary
5757
return $this->summary;
5858
}
5959

60+
public function getResult(): CypherList
61+
{
62+
return new CypherList($this);
63+
}
64+
6065
/**
6166
* @return array{summary: ResultSummary, result: mixed}
6267
*/

0 commit comments

Comments
 (0)