How to load properties of a navigation property? #3207
Unanswered
benjamin-almarza
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@benjamin-almarza did you find out the answer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't have problems retrieving scalar properties, but I have linting errors when those properties belong to navigation property.
As you can see in my code the id is not directly in "selection" but one level deeper.
The warning look like this:
And gives me a links to this page
What can I do to avoid those warning? What is the best and most efficient way to do this.
Beta Was this translation helpful? Give feedback.
All reactions