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 example, when a user declares bestBook: Book? property on Author he should be able to return not only id from resolve method, but a whole partially fetched Book entity.
The text was updated successfully, but these errors were encountered:
For example, when a user declares
bestBook: Book?
property onAuthor
he should be able to return not onlyid
fromresolve
method, but a whole partially fetchedBook
entity.The text was updated successfully, but these errors were encountered: