Open
Description
When doing a mutation shopify.graphql(mutationQuery)
where the query is a mutation such as:
mutation {
customerCreate(
input: {
...
}
)
{
customer {
id
displayName
}
userErrors {
field
message
}
}
}
Errors are returned in the userErrors field. However the request promise resolves successfully. I was expecting the error to be thrown as it is done for normal queries.
Metadata
Metadata
Assignees
Labels
No labels