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.