Replies: 1 comment 1 reply
-
No such thing is not possible since it opens a box of pandora for validation and property mapping. In a future version I think we want to introduce a conept of profiles for mapping (from db to data, from data to resource, from api to data, ...) but atm the package has no such functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi There.
I previously created the DTO as below. (I know, noob mistakes T_T)
And this has been going on for quite some time.
Now i want to update into the following
Setting as above will get this error
Attribute is not repeatable because it does not contain the ''Attribute::IS_REPEATABLE'' flag
So my question is, how do i declare 2 possible input names? I tried creating custom mapper, but i don't think its possible to map multiple
Beta Was this translation helpful? Give feedback.
All reactions