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.
1 parent 4f84a9a commit 8c94a52Copy full SHA for 8c94a52
packages/utils/src/errors.ts
@@ -93,12 +93,7 @@ export function relocatedError(
93
positions: originalError.positions,
94
path: path == null ? originalError.path : path,
95
originalError,
96
- extensions: info
97
- ? {
98
- ...originalError.extensions,
99
- schemaCoordinates: `${info.parentType.name}.${info.fieldName}`,
100
- }
101
- : originalError.extensions,
+ extensions: originalError.extensions,
102
});
103
104
if (info) {
0 commit comments