Skip to content

Commit f082e24

Browse files
taionleebyron
authored andcommitted
Fix docstring for GraphQLError.extensions (#1176)
1 parent 863fe2b commit f082e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/GraphQLError.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ declare class GraphQLError extends Error {
8484
+originalError: ?Error;
8585

8686
/**
87-
* The original error thrown from a field resolver during execution.
87+
* Extension fields to add to the formatted error.
8888
*/
8989
+extensions: ?{ [key: string]: mixed };
9090
}

0 commit comments

Comments
 (0)