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

[master < E-add-label-docs] Add documentation for label module #996

Merged
merged 4 commits into from
Aug 24, 2023

Conversation

ind1xa
Copy link
Contributor

@ind1xa ind1xa commented Aug 16, 2023

Description

Added documentation for label 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: memgraph/mage#304
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: ready PR is ready for review label Aug 16, 2023
@ind1xa ind1xa self-assigned this Aug 16, 2023

```cypher
CREATE (:Student {name: 'Ana'});
MATCH (s:Student {name: 'Ana'}) CALL label.exists(s, "Teacher") YIELD exists RETURN exists
Copy link
Collaborator

Choose a reason for hiding this comment

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

I finally discovered who doesn't like ; at the end of cypher queries :D :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Haha, sorry, fixed it, I will be carefull about it in the future

Copy link
Collaborator

@kgolubic kgolubic left a comment

Choose a reason for hiding this comment

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

Everything looks OK.

@kgolubic kgolubic merged commit 07629c6 into master Aug 24, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: ready PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants