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
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ RETURN gds.graph.project(
109
109
| readConcurrency | Integer | 4 | The number of concurrent threads used for creating the graph.
110
110
| undirectedRelationshipTypes | List of String | [] | Declare a number of relationship types as undirected. Relationships with the specified types will be imported as undirected. `*` can be used to declare all relationship types as undirected.
111
111
| inverseIndexedRelationshipTypes | List of String | [] | Declare a number of relationship types which will also be indexed in inverse direction. `*` can be used to declare all relationship types as inverse indexed.
112
-
| memory label:Gds-Session[] | String | - | Declare the memory used for the xref:installation/gds-sessions.adoc[GDS Session] created for the projected graph.
112
+
| memory label:gds-sessions[GDS Sessions] | String | - | Declare the memory used for the xref:installation/gds-sessions.adoc[GDS Session] created for the projected graph.
0 commit comments