moshi-jsonapi icon indicating copy to clipboard operation
moshi-jsonapi copied to clipboard

Are multiple nested inclusions supported?

Open artonragsdale opened this issue 8 years ago • 3 comments

For instance I have a data model where a Survey has many Questions and a question has many Choices. All of the Questions and Choices are included when I query the Survey, but only the first level (Questions) is provided when using this library to deserialize.

Is there a way to handle included nested relationships deeper than one level? Am I missing something?

Thanks for the help!

artonragsdale avatar Dec 04 '17 13:12 artonragsdale

I'd also like this feature. Pretty much first library I find that supports include=children.grand-childdren, I'm gonna use it.

moshi-jsonapi looks muuuuch better than jsonapi-converter (what I'm currently using, and have opened about 6 issues on)

NullVoxPopuli avatar Jan 12 '18 22:01 NullVoxPopuli

Working on a re-design for this feature 🦆

kamikat avatar Apr 29 '18 15:04 kamikat

Is this supported now?

KarloVrbicSpeck avatar Sep 15 '20 12:09 KarloVrbicSpeck