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 0ff4cda commit 0606a26Copy full SHA for 0606a26
test/fixtures/generated-module/complete-example-no-cast.ts
@@ -1,10 +1,11 @@
1
/* tslint:disable */
2
/* eslint-disable */
3
+// @ts-nocheck
4
5
import { ConcreteFragment } from "relay-runtime";
6
export type CompleteExample = { readonly id: string }
7
8
9
const node: ConcreteFragment = {"the":{"fragment":{"data":42}}};
10
(node as any).hash = 'edcba';
-export default node;
11
+export default node;
test/fixtures/generated-module/complete-example.ts
@@ -1,5 +1,6 @@
/* @relayHash abcde */
0 commit comments