Skip to content

Commit 537c40e

Browse files
Update documentation/hql/create/addN.mdx
1 parent 0242eb0 commit 537c40e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/hql/create/addN.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,10 @@ curl -X POST \
312312
-d '{}'
313313
```
314314
</CodeGroup>
315+
316+
## Related operations
317+
318+
- [Select nodes](/documentation/hql/select/selectN) - Query existing nodes
319+
- [Create edges](/documentation/hql/create/addE) - Connect nodes with relationships
320+
- [Update nodes](/documentation/hql/updating) - Modify node properties
321+
- [Schema definitions](/documentation/hql/schema/schema-definition) - Define node types

0 commit comments

Comments
 (0)