-
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
Forward customDirectives in client preset to support Apollo unmask directive #10268
Conversation
🦋 Changeset detectedLatest commit: aec6d85 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-codegen/cli |
5.0.4-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
5.6.1-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
4.0.13-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
4.0.13-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
4.4.1-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
4.4.2-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
5.0.13-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
4.1.3-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
4.6.0-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
4.0.13-alpha-20250127064355-aec6d8586008f8d2da37dbb9b7a9ccb130ccf8b1 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://d1916265.graphql-code-generator.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my side! Thanks for fixing this.
7c7e465
to
e648726
Compare
Description
This is a continuation of #10163
Related issue #10245
The previous PR added support for
unmask
directive intypescript-operations
. However, we need to forward it to the client preset for it to take effect. This PR adds that and unit test that covers the recommended config:Type of change
How Has This Been Tested?