Skip to content

Commit 11f2198

Browse files
Update documentation/hql/select/selectN.mdx
1 parent 537c40e commit 11f2198

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/hql/select/selectN.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,10 @@ curl -X POST \
245245
</CodeGroup>
246246

247247
<Note>You can also do specific property-based filtering, e.g., returning only ID, see the [Property Filtering](../properties/property-access). You can also do aggregation steps, e.g., returning the count of nodes, see the [Aggregations](../aggregation).</Note>
248+
249+
## Related operations
250+
251+
- [Create nodes](/documentation/hql/create/addN) - Add new nodes to your graph
252+
- [Traversals](/documentation/hql/traversals/steps_nodes) - Navigate between connected nodes
253+
- [Conditionals](/documentation/hql/conditionals/conditions) - Filter nodes by properties
254+
- [Property access](/documentation/hql/properties/property-access) - Work with node properties

0 commit comments

Comments
 (0)