Sha256: 1d7c61b9893fe8896cea3d830862d5d9abdc4f9c0e1f046a0d937574230f74a4
Contents?: true
Size: 420 Bytes
Versions: 266
Compression:
Stored size: 420 Bytes
Contents
# This file is used as the source for adding _classname properties to nodes and relationships. # Within the relationship array, the from/to labels are optional but "type" is not. # # nodes: # add: [Lesson, Student, Exam] # overwrite: [Teacher] # relationships: # add: # StudentLesson: { from: 'Student', to: 'Lesson', type: 'enrolled_in' } # overwrite: # ExamLesson: { type: 'has_this_thing' }
Version data entries
266 entries across 266 versions & 3 rubygems