Skip to content

Allow null values in DefaultExecutionStrategyProvider #243

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

Merged

Conversation

bsara
Copy link
Contributor

@bsara bsara commented Apr 15, 2020

Allowing null values to be passed into DefaultExecutionStrategyProvider because graphql-java handles null values and uses defaults when null execution strategies are given, so there is no longer a need to have default values set in this library.

Here you will find the code that sets the default execution strategies in graphql-java: https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/GraphQL.java#L180-L182

…er because graphql-java handles null values and uses defaults when null execution strategies are given, so there is no longer a need to have default values set in this library
@bsara bsara force-pushed the default-exec-strategies branch from ce90d83 to 25e345f Compare April 15, 2020 22:44
@oliemansm oliemansm merged commit 0751236 into graphql-java-kickstart:master May 16, 2020
@oliemansm
Copy link
Member

Thanks!

@oliemansm oliemansm added this to the 9.2.0 milestone May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants