1.2 · Lesson

Define Node Types

In the previous lesson, you learned how graph types enforce schema rules on your data. It is time to put that into practice.

Define Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. element types for Movie and Person in the recommendations graph using a single ALTER CURRENT GRAPH TYPE SET command.