We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
originalError
1 parent c7ab7eb commit 54dae53Copy full SHA for 54dae53
src/error/GraphQLError.js
@@ -56,7 +56,7 @@ export class GraphQLError extends Error {
56
/**
57
* The original error thrown from a field resolver during execution.
58
*/
59
- +originalError: Error | void;
+ +originalError: Error | void | null;
60
61
62
* Extension fields to add to the formatted error.
0 commit comments