Skip to content

Commit 234c0a2

Browse files
committed
Fix name of graphql-typed-document-node
1 parent 4e2757b commit 234c0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"noEmit": true,
66
"allowImportingTsExtensions": true,
77
// TODO: This setting is not compatible with the default definition of
8-
// DocumentTypeDecoration from '@graphql-codegen-types/core'. That
8+
// DocumentTypeDecoration from '@graphql-typed-document-node/core'. That
99
// definition includes `{__apiType?: ...}` as an optional, so assigning it
1010
// to an explicit `undefined` is impossible under
1111
// exactOptionalPropertyTypes. We only need to work around this in tests,

0 commit comments

Comments
 (0)