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
{{ message }}
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
Now there is no ability to throw two errors, we can only implode it in one string(as in #961 in method getAddressErrors()).
If you create exception GraphQlInputException it has method addError(), so you can add additional errors, but it doesn't work.See screenshot, I added two errors with method addError(), but it returns only one.
lenaorobei
changed the title
Create ability to return several errors by one graphql request
Cannot return several errors for one GraphQL request
Oct 16, 2019
Now there is no ability to throw two errors, we can only implode it in one string(as in #961 in method getAddressErrors()).
If you create exception GraphQlInputException it has method
addError()
, so you can add additional errors, but it doesn't work.See screenshot, I added two errors with methodaddError()
, but it returns only one.Actual result:

Only one last error is returned.
Expected result:
The text was updated successfully, but these errors were encountered: