We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello!
Could you please give a small hint on how the projection should be extended to get joined relations? For instance:
"hydra:member": [ { "@id": "/api/restaurants/1", "@type": "Restaurant", "id": 1, "deliveryTime": 10, "config": { "@id": "/api/configs/1", "@type": "Config", "dynamicWaitingTime": 0 }, } ]
By I could only get field config_id instead. I thought it should be done with following steps:
But I have no idea how to achieve step 1 with api platform. Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Could you please give a small hint on how the projection should be extended to get joined relations?
For instance:
By I could only get field config_id instead.
I thought it should be done with following steps:
But I have no idea how to achieve step 1 with api platform.
Thanks in advance.
The text was updated successfully, but these errors were encountered: