We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Imagine a book has multiple authors. You want to fetch an author, their books, and all the other co-authors for those books.
/authors/123?include=books.authors
Currently, if you do this, it will blow away all relationships on books instead of rendering correctly.
books