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.
2 parents 9416f46 + 672a308 commit cbd92dfCopy full SHA for cbd92df
README.md
@@ -93,7 +93,7 @@ You can utilize this data for logging purposes.
93
import { isInstance as isApolloErrorInstance, formatError as formatApolloError } from 'apollo-errors';
94
95
function formatError(error) {
96
- const { originialError } = error;
+ const { originalError } = error;
97
if (isApolloErrorInstance(originalError)) {
98
// log internalData to stdout but not include it in the formattedError
99
console.log(JSON.stringify({
0 commit comments