-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Feature request
Summary
As of #75 you can add relation fields to the URL pattern like so:
/test/[relation.field]/[id]
Though this only works for single relations. If the relation would be of target *ToMany we wouldn't know which entity to query exactly.
Suggested solution(s)
We should allow the pattern to be written like this to select a specific item of an array of relations.
/test/[relation[1].field]/[id]
Here we would select the second entity on the relations array.
candidosales and JensUweBcandidosales
Metadata
Metadata
Assignees
Labels
No labels