-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Code Generator v3: client-preset
#8302
Conversation
🦋 Changeset detectedLatest commit: 24ff25c The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-cli/codegen |
2.4.3-alpha-20220927131123-d4a70de1e |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/cli |
2.13.0-alpha-20220927131123-d4a70de1e |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
1.5.0-alpha-20220927131123-d4a70de1e |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
1.0.1-alpha-20220927131123-d4a70de1e |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations-preset |
1.6.0-alpha-20220927131123-d4a70de1e |
npm ↗︎ unpkg ↗︎ |
🚀 Website PreviewThe latest changes to the website are available as preview in: https://995bba2f.graphql-code-generator.pages.dev |
…-generator into v3-preset-client
…-generator into v3-preset-client
…out any gql operations found
@graphql-codegen/gql-tag-operations
and@graphql-codegen/gql-tag-operations-preset
Introduce a
gqlTagName
configuration option@graphql-codegen/client-preset
New preset for GraphQL Code Generator v3, more information on the RFC: #8296
@graphql-codegen/cli
Update init wizard with 3.0 recommendations (
codegen.ts
,client
preset)Documentation
Post-release TODOs
gql-tag-operations-preset
: