We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519c6a1 commit 1ce7e56Copy full SHA for 1ce7e56
1 file changed
website/src/pages/docs/migration/apollo-tooling.mdx
@@ -113,13 +113,8 @@ export default config
113
</Tabs.Tab>
114
</Tabs>
115
116
-Running GraphQL Codegen:
117
-
118
-```sh
119
-graphql-codegen
120
-````
121
122
-You can also run GraphQL Codegen [programmatically](https://the-guild.dev/graphql/codegen/docs/advanced/programmatic-usage).
+You can read about GraphQL Codegen programmatically [here](https://the-guild.dev/graphql/codegen/docs/advanced/programmatic-usage).
+This document describes using the CLI version (not the basic core usage).
123
124
## Per-operation file generation with `near-operation-file`
125
0 commit comments