449 Views
The GraphQL specification for errors when resolving a field state the following. If an error is thrown while resolving a field, it should be treated as though the field returned null, and an error must be added to the errors list in the response.
0 comments