-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for @experimental_disableErrorPropagation #3772
Merged
Merged
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3557a71
Add @errorHandling
martinbonnin 63dcac3
cosmetics
martinbonnin 2c6fd1c
add test for NonNullableFieldValidator
martinbonnin eb00f57
Add integration test
martinbonnin 6bf581d
Add @PublicApi
martinbonnin 1b66c6e
make some enums package-private
martinbonnin 8f012ef
NULL -> ALLOW_NULL
martinbonnin ed23db4
remove wildcard imports
martinbonnin 4d794cb
Add Javadoc
martinbonnin 072276b
rename boolean getter
martinbonnin 7d3097e
remove wildcard imports
martinbonnin dd9a01e
restore empty lines
martinbonnin 41863ea
revert SchemaGenerator changes and add ExperimentalApi.ENABLE_CUSTOM_…
martinbonnin 44be290
remove unused imports
martinbonnin 160abcd
Also check error message
martinbonnin 2c5cac1
Rename to @nullOnError
martinbonnin 6542fe2
add .idea/codeStyles
martinbonnin e992d4d
location -> position
martinbonnin d0cae63
Merge branch 'master' into error-handling
martinbonnin e744cca
Rename to @nullOnNonNullError
martinbonnin a5f0fac
Revert "Rename to @nullOnNonNullError"
martinbonnin 36ebb40
keep in sync with graphql-js
martinbonnin 7288075
Merge branch 'master' into error-handling
martinbonnin 0132374
resolve merge
martinbonnin e5a5342
Brad Baker here
bbakerman 535a620
revert codeStyle changes
martinbonnin a37f8bd
Brad Baker here
bbakerman bcffe72
Brad Baker here
bbakerman 8eb9fb5
Brad Baker here
bbakerman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea | ||
.idea/* | ||
!.idea/codeStyles | ||
.gradle | ||
build | ||
classes | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Sorry can we get rid of these.
I dont want "outside opnions" on how we set up our IDEA in tis PR.
Make another PR if this is something we should do
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.
Sure thing! 535a620