Closed julienvincent closed 8 years ago
When defining a property type as a model:
const user = model('users') const book = model('books', { author: {type: user} })
There is no support for union, arrayOf or valuesOf
union
arrayOf
valuesOf
On second thoughts I don't think this makes sense. I'm not even sure if the ability to specify a model as a type should remain.
When defining a property type as a model:
There is no support for
union
,arrayOf
orvaluesOf