kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

Are multiple nested inclusions supported? #73

Open artonragsdale opened 6 years ago

artonragsdale commented 6 years ago

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!

NullVoxPopuli commented 6 years ago

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)

kamikat commented 6 years ago

Working on a re-design for this feature 🦆

KarloVrbicSpeck commented 3 years ago

Is this supported now?