You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Sun, 16 Dec 2018, 08:29 Sergey Zharkov ***@***.*** wrote:
Q A
Bug report? no
Feature request? no
BC Break report? no
RFC? no
Hey.
How can I exclude a field with a depth greater than 1?
For example:
Entity/Article:
[
'article' => [
'id' => 1,
'title' => 'L',
'text' => 'text - here',
],
...
]
But for user relation we need:
[
'user' => [
...
'articles' => [
[
'id' => 1,
],
[
'id' => 2,
],
]
Is there such a possibility?
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1022>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvaJ_A63Vw_04OlzgwiTXoaY4zjlbUCks5u5fZAgaJpZM4ZVDMy>
.
Hey.
How can I exclude a field with a depth greater than 1?
For example:
Entity/Article:
But for user relation we need:
Is there such a possibility?
Thank you!
The text was updated successfully, but these errors were encountered: