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 d1a40e1 commit 6136baaCopy full SHA for 6136baa
packages/graphql-estree/src/converter.ts
@@ -79,7 +79,7 @@ const convertNode = (typeInfo?: TypeInfo) => <T extends ASTNode>(
79
...typeFieldSafe,
80
...commonFields,
81
type: node.kind,
82
- // rawNode: () => node,
+ rawNode: () => node,
83
gqlLocation: stripTokens(gqlLocation),
84
} as any) as GraphQLESTreeNode<T>;
85
@@ -93,7 +93,7 @@ const convertNode = (typeInfo?: TypeInfo) => <T extends ASTNode>(
93
94
95
96
97
98
99
0 commit comments