Skip to content

Commit 205f8dd

Browse files
committed
better comments
1 parent cbdebe8 commit 205f8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/docs/migration/apollo-tooling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const config: CodegenConfig = {
285285
schema: './schema.graphql',
286286
documents: ['./src/**/*.{ts,tsx}', '!./src/**/__generated__/**'],
287287
// `externalDocuments` are read-only documents that are loaded but do not generate output.
288-
// They are used to include fragments from another package within a monorepo.
288+
// They are used to include fragments from another package in a monorepo without generating unnecessary files.
289289
externalDocuments: ['../other-package/src/**/*.{ts,tsx}', '!../other-package/src/**/__generated__/**'],
290290
generates: {
291291
'./src/': {

0 commit comments

Comments
 (0)