-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Laravel Rest Api Version
2.13
Laravel Version
11
PHP Version
8.3
Database Driver & Version
No response
Description
Currently, it is no longer possible to include an include within an include.
Steps To Reproduce
"search": { "includes": [ { "relation": "applications", "selects": [ { "field": "id" }, { "field": "name" } ], "includes": [ { "relation": "profiles", "selects": [ { "field": "id" }, { "field": "label" }, { "field": "application_id" } ], "filters": [ { "field": "users.id", "value": "081442e8-18c6-5500-b7f1-eeb13a126896" } ] } ] }, ] }
Metadata
Metadata
Assignees
Labels
No labels