-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(preset/near-operation-file): accept skipDocumentsValidat (#414)
* Revert "Revert "fix(preset/near-operation-file): accept skipDocumentsValidation config parameter. Closes #214 (#383)" (#413)" This reverts commit 5739a0e. * fix(preset/near-operation-file): read skipDocumentsValidation from config (#409) * fix(preset/near-operation-file): add skipDocumentsValidation presetConfig types * Create brave-bulldogs-explode.md * fix(preset/near-operation-file): read skipDocumentsValidation from config * Update brave-bulldogs-explode.md * Delete .changeset/brave-bulldogs-explode.md --------- Co-authored-by: Herman Bilous <herman.belous@gmail.com>
- Loading branch information
1 parent
172084a
commit 02d487c
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@graphql-codegen/near-operation-file-preset': major | ||
--- | ||
|
||
accept skipDocumentsValidation config parameter | ||
|
||
‼️ ‼️ ‼️ Please note ‼️ ‼️ ‼️: | ||
|
||
This is a breaking change since previous versions skips all documents validation | ||
and this could raise validation errors while generating types. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters