Skip to content

Commit c35130e

Browse files
authored
Revert error extension symbol (#4123)
1 parent 29c1bff commit c35130e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/GraphQLError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type { Source } from '../language/source';
1717
* an object which can contain all the values you need.
1818
*/
1919
export interface GraphQLErrorExtensions {
20-
[attributeName: string | symbol]: unknown;
20+
[attributeName: string]: unknown;
2121
}
2222

2323
export interface GraphQLErrorOptions {

0 commit comments

Comments
 (0)