-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
* Write docs for map MAGE module * Write docs for map MAGE module
mage/query-modules/cpp/map.md
Outdated
|
||
```cypher | ||
CALL map.remove_key({c: "b", d: "ba"}, "c") YIELD removed | ||
RETURN removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check all your queries, they need to end with a ;
Three notes for the future and how to make a tech writer and users (other devs) happy :)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check if all cypher queries end with ;
Description
Please briefly explain the changes you made here.
We added a page in the mage docs for new map query module and its functions.
Pull request type
Please delete options that are not relevant and check the ones that are.
PR this doc page is related to:
Closes (link to issue):
PR282
Checklist: