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
@brunolm I am not sure I understand how graphql-middleware fits in here. Is it possible that the yup validation function returns something other than an error?
I'm calling
setMessage
trying to returnid
from the created message. But if there's an error I get the following message:The only way to avoid this is to change from
ID!
toID
. Is there anything I can do to get the actual error instead of this?Request:
resolver
The text was updated successfully, but these errors were encountered: