lots
This commit is contained in:
@@ -121,9 +121,9 @@ class FileController extends Controller
|
||||
})->toArray();
|
||||
|
||||
|
||||
$queryResult = $this->query
|
||||
$graph = $this->query
|
||||
->filter([
|
||||
"_sys.schema" => $schema->name
|
||||
"schema" => $schema->name
|
||||
])
|
||||
->limit(15)
|
||||
->skip(0)
|
||||
@@ -132,7 +132,6 @@ class FileController extends Controller
|
||||
->parentsDepth(0)
|
||||
->run();
|
||||
|
||||
$graph = $queryResult->getQueryRecords();
|
||||
return ok($graph->records->toArray());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user