update subgraph query comment
This commit is contained in:
parent
45815f1eae
commit
9beb2456ec
1 changed files with 1 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ class MemgraphStorage(BaseGraphStorage):
|
||||||
await result_set.consume()
|
await result_set.consume()
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# For specific node queries, use path.subgraph_all with the refined query pattern
|
# Run subgraph query for specific node_label
|
||||||
subgraph_query = f"""
|
subgraph_query = f"""
|
||||||
MATCH (start:`{workspace_label}`)
|
MATCH (start:`{workspace_label}`)
|
||||||
WHERE start.entity_id = $entity_id
|
WHERE start.entity_id = $entity_id
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue