Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[master < E-create] Add create module documentation #1015

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

ind1xa
Copy link
Contributor

@ind1xa ind1xa commented Aug 30, 2023

Description

Wrote documentation page for create module.

Pull request type

Please delete options that are not relevant and check the ones that are.

  • New documentation page

Related PRs and issues

PR this doc page is related to:
Closes (link to issue):

Checklist:

  • I checked all content with Grammarly
  • I performed a self-review of my code
  • I made corresponding changes to the rest of the documentation
  • The build passes locally
  • My changes generate no new warnings or errors

@ind1xa ind1xa added the status: draft PR is in draft phase label Aug 30, 2023
@ind1xa ind1xa self-assigned this Aug 30, 2023
@ind1xa ind1xa added status: ready PR is ready for review and removed status: draft PR is in draft phase labels Sep 6, 2023

### `node(labels, properties)`

Provides a more flexible way of creating nodes than Cypher’s CREATE clause.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

@ind1xa ind1xa Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 vpavicic added status: change PR reviewed - needs changes and removed status: ready PR is ready for review labels Sep 8, 2023
Copy link
Collaborator

@vpavicic vpavicic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment/change

@ind1xa ind1xa added status: ready PR is ready for review and removed status: change PR reviewed - needs changes labels Sep 9, 2023
@ind1xa ind1xa requested a review from vpavicic September 9, 2023 07:20
@vpavicic vpavicic added status: ship it PR approved and removed status: ready PR is ready for review labels Sep 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants