We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985c27 commit 29c1bffCopy full SHA for 29c1bff
src/error/GraphQLError.ts
@@ -17,7 +17,7 @@ import type { Source } from '../language/source';
17
* an object which can contain all the values you need.
18
*/
19
export interface GraphQLErrorExtensions {
20
- [attributeName: string]: unknown;
+ [attributeName: string | symbol]: unknown;
21
}
22
23
export interface GraphQLErrorOptions {
0 commit comments