artindaniel
11/19/2018, 4:56 PMskills in User without having Skill orphan nodes afterwards?
I don't want to specfiy a relation for every type where Skill is used. I basically want to replace the old entries by the new ones.
type User {
skills: [Skill!]!
}
type Skill {
...
}