You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I run a query that can pull a specific "branch", for eg., Resource > HasClassificationType > ClassificationType and Resource > HasNote > Description, all together?
The text was updated successfully, but these errors were encountered:
Type error: Argument 1 passed to Sgpatil\Orientdb\Query\Builder::modelAsNode() must be of the type array or null, string given, called in /vendor/sgpatil/oriquent/src/Sgpatil/Orientdb/Eloquent/Relations/HasOne.php on line 69
By running simple queries with Model::find() or Model::where() I'm obtaining a collection with entities only, without the related objects/vertices.
How can I run a query that can pull a specific "branch", for eg., Resource > HasClassificationType > ClassificationType and Resource > HasNote > Description, all together?
The text was updated successfully, but these errors were encountered: