I'm using crnk-client 2.6
to load JSON API resources.
Here is a simplified situation. I have two resources and want to fetch Leads
data with Contacts
info, however contact
field with @JsonApiRelation
annotation contains null
. Here is this debug session:
How to populate contact
field without an additional request?