This repository was archived by the owner on Sep 18, 2023. It is now read-only.
[master < E-create] Add create module documentation#1015
Open
[master < E-create] Add create module documentation#1015
Conversation
[E-create < E-idora-create] Add docs for create module
[E-create < E-ivan] Add create docs
vpavicic
reviewed
Sep 8, 2023
mage/query-modules/cpp/create.md
Outdated
|
|
||
| ### `node(labels, properties)` | ||
|
|
||
| Provides a more flexible way of creating nodes than Cypher’s CREATE clause. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Provides a more flexible way of creating nodes than Cypher’s CREATE clause. | |
| Provides a more flexible way of creating nodes than Cypher’s CREATE clause. |
how? what's the catch?
Contributor
Author
There was a problem hiding this comment.
I have no idea tbh. I guess the user could fetch the labels list or properties map by using some other procedures and this way he would not have to retype it into CREATE clause. @vpavicic
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
reviewed
Sep 8, 2023
vpavicic
suggested changes
Sep 8, 2023
Collaborator
vpavicic
left a comment
There was a problem hiding this comment.
Just one comment/change
vpavicic
approved these changes
Sep 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Wrote documentation page for create module.
Pull request type
Please delete options that are not relevant and check the ones that are.
Related PRs and issues
PR this doc page is related to:
Closes (link to issue):
Checklist: