We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863fe2b commit f082e24Copy full SHA for f082e24
src/error/GraphQLError.js
@@ -84,7 +84,7 @@ declare class GraphQLError extends Error {
84
+originalError: ?Error;
85
86
/**
87
- * The original error thrown from a field resolver during execution.
+ * Extension fields to add to the formatted error.
88
*/
89
+extensions: ?{ [key: string]: mixed };
90
}
0 commit comments