Can you override fields in extended class Schema?
Suppose we have Class A:
And we want to extend Class B from A, but we want to override parentField
Like this doesn't work, but i wonder if there is any way to achieve this
Edit: I found if you make parent field optional, it doesnt error but props become void
And we want to extend Class B from A, but we want to override parentField
Like this doesn't work, but i wonder if there is any way to achieve this
Edit: I found if you make parent field optional, it doesnt error but props become void
