Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

get data raw of query #331

Closed namnn89 closed 3 years ago

namnn89 commented 4 years ago

$queryString = "Match (n {token: '$token'}) RETURN labels(n)"; $query = new Query($this->client, $queryString); $result = $query->getResultSet(); foreach ($result as $row) { dd($row['t']); }

i don't know how can get data. Get all label of n

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.