Skip to content

Commit

Permalink
Revert error extension symbol (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jun 21, 2024
1 parent 29c1bff commit c35130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/GraphQLError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type { Source } from '../language/source';
* an object which can contain all the values you need.
*/
export interface GraphQLErrorExtensions {
[attributeName: string | symbol]: unknown;
[attributeName: string]: unknown;
}

export interface GraphQLErrorOptions {
Expand Down

0 comments on commit c35130e

Please sign in to comment.