Skip to content

Commit 9976e77

Browse files
DavIvekmatea16
andauthored
fix subgraph_all() config parameters descriptions (#1333)
Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
1 parent 9dc98ea commit 9976e77

File tree

1 file changed

+2
-4
lines changed
  • pages/advanced-algorithms/available-algorithms

1 file changed

+2
-4
lines changed

pages/advanced-algorithms/available-algorithms/path.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,8 @@ If subgraph is not specified, the algorithm is computed on the entire graph by d
377377
|- |- |- |- |
378378
| minHops | Int | 0 | The minimum number of hops in the traversal. Set to `0` if the start node should be included in the subgraph, or `1` otherwise. |
379379
| maxHops | Int | -1 | The maximum number of hops in the traversal. |
380-
| relationshipFilter | List | [ ] | List of relationships which the subgraph formation will follow. Relationships
381-
can be filtered using the notation described below. |
382-
| labelFilter | List | [ ] | List of labels which will define filtering. Labels
383-
can be filtered using the notation described below. |
380+
| relationshipFilter | List | [ ] | List of relationships which the subgraph formation will follow. Relationships can be filtered using the notation described below. |
381+
| labelFilter | List | [ ] | List of labels which will define filtering. Labels can be filtered using the notation described below. |
384382
| filterStartNode | Bool | False | Whether the `labelFilter` applies to the start nodes. |
385383

386384
**Relationship filters:**

0 commit comments

Comments
 (0)