You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: