My routes have something like this
return this.store.query('author', {filter:{username : username},
include: 'books, books.reader'})
as we can see author has Many-2-Many relationships with books, book have relationship with reader
How can I include books.reader when run query with author?
Aucun commentaire:
Enregistrer un commentaire