-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(flow): flow-operations tries to spread inexact objects #8000 (#15)
* feat(flow): config.exact also exactifies top-level Before this change, only inner fragments are made exact * fix(flow): flowExactObjects linter errors * chore(flow): add changeset * chore(flow): update existing tests * chore(flow): prettify * chore(flow): generate examples
- Loading branch information
Showing
5 changed files
with
164 additions
and
153 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,6 @@ | ||
--- | ||
'@graphql-codegen/flow-operations': patch | ||
--- | ||
|
||
Flow types computed by graphql operations now adhere to flow exact configuration specified by the | ||
user |
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
Oops, something went wrong.