Join Slack
Powered by
It seems the only way of getting to the actual mes...
# prisma-whats-new
a
alexc
03/30/2018, 2:11 PM
It seems the only way of getting to the actual message of an error returned by a Mutation for a GraphCool function is something like
error.graphQLErrors[0].functionError.response.errors[0].message
. Is there any reason why this message isn’t returned by default instead of the more generic
function execution error
?
Open in Slack
Previous
Next