Closed
Description
I'd like to be able to load all relations when fetching the Model. Old vuex-orm could do it like this: model.query().withAllRecursive()
.
From what I can see in the docs, this is no longer or not yet possible.
Are there plans to implement this in this version or is there another way to do this?