We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is a breaking change in 0.2.0
parentOf and childOf now return relationship objects.
Where before one called:
Schema.parentOf('ModelName', 'itsPath', { path: 'myPath', delete: true })
Now one should call:
Schema.parentOf('ModelName', 'myPath').enforceWith('itsPath', {delete: true})