-
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
remove skipDocumentsValidation from near-operation-file #8222
Conversation
This field is no longer needed as the proper fix was introduced in 7c60e5a.
🦋 Changeset detectedLatest commit: 6bb5a77 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 |
@klyve is attempting to deploy a commit to the The Guild Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… for duplicate operations
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.
@klyve, thank you for your raising this concern!
I've pushed a more conservative alternative, let me know what you think 👀
I agree with the change you have pushed. It's a way more conservative fix to the problem, thanks 👍 |
I agree, we should restore the test and enable changing it through the Thanks |
Hi! All community plugins (see list below) have been moved to a new Community plugins:
Please move your PR by following these steps:From your current PR branch:
Open the PR on Thank you! |
This field is no longer needed as the proper fix was introduced in
7c60e5a.
Description
In 2019 #2143 lead to 1559ab6. This resulted in typechecking being disabled for near-operation-file presets.
Since that change the ability to toggle this setting was introduced in: 7c60e5accb.
Running the same tests from #2143 it should now be possible to remove the default disable of typechecking for near-operation-file preset.
Typechecking is important and should be enabled by default.
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Related dotansimha/graphql-code-generator-community#214
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Environment:
Checklist: