-
Notifications
You must be signed in to change notification settings - Fork 156
fix: add an option to ignore skip/include directives #1261
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
fix: add an option to ignore skip/include directives #1261
Conversation
WalkthroughA new option was introduced to control whether nodes affected by GraphQL Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
604a6f9 to
fa544f1
Compare
421dbc1 to
2239e7b
Compare
2239e7b to
eb09c36
Compare
During normalization this option enforces directiveIncludeSkipVisitor to keep nodes and delete directives instead.
eb09c36 to
fa127e0
Compare
🤖 I have created a release *beep* *boop* --- ## [2.0.0-rc.217](v2.0.0-rc.216...v2.0.0-rc.217) (2025-08-06) ### Bug Fixes * add an option to ignore skip/include directives ([#1261](#1261)) ([dfd6523](dfd6523)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Added an option to ignore skip/include directives in GraphQL processing. * **Documentation** * Updated the changelog with details for version 2.0.0-rc.217. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
During normalization this option enforces directiveIncludeSkipVisitor to keep nodes and delete directives instead.
Summary by CodeRabbit
@skipand@includedirectives are preserved or removed during operation normalization.@skipand@includedirectives.Checklist