node
A vertex in a graph. In a property graph it can carry labels and properties.
Also written: nodes
Example
One node stands for one customer.
cypher
CREATE (:Customer {name: 'Ava', email: 'ava@example.com', since: 2021})The (:Customer) label groups it with the other customers. The name, email and since properties say which customer it is.
Lessons that use this term
The lesson and course links below open in a new tab.
No published lesson uses this term yet.