Make Inferencer to use related objects id rather than the name
I have an issue with Refine Inferencer. I have the following REST response:
Then the inferencer tries to find the relation from this URL path:
But it should look it from this path:
How can I make the Inferencer work correctly so it would use the
Then the inferencer tries to find the relation from this URL path:
/accounts/DefaultBut it should look it from this path:
/accounts/e547940e-f9ec-4aa4-97e6-c2f0edf35a08How can I make the Inferencer work correctly so it would use the
id instead of the name?