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
Our GraphQL mutations currently use a combination of thrown and caught
exceptions, lighthouse-php error handling, and a `messages` data field
used as an error field. This PR switches everything to report proper
GraphQL errors where appropriate, allowing clients to process errors
using built-in error handling mechanisms.
0 commit comments