graphql/codegen/docs/config-reference/codegen-config #10184
Replies: 2 comments 2 replies
-
https://the-guild.dev/graphql/codegen/docs/config-reference/codegen-config#dry-run-mode Does the dry run topic work? When I run the --help command, I don't see the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this really compatible with the projects:
default:
schema: ./schema.graphql
xxx:
schema: ./libs/xxx/schema.graphqls
documents:
- "./libs/xxx/graphql/*.graphql"
- "!**/playground.graphql"
extensions:
codegen:
generates:
./libs/xxx/src/generated/index.ts:
plugins:
- typescript
- typescript-operations
- typescript-graphql-request
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
graphql/codegen/docs/config-reference/codegen-config
Learn how to configure GraphQL Code Generator to generate code from your GraphQL schema and documents.
https://the-guild.dev/graphql/codegen/docs/config-reference/codegen-config
Beta Was this translation helpful? Give feedback.
All reactions