Skip to content
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

fix @GraphQLConnection for [ObjectType!]! #250

Merged
merged 2 commits into from
May 2, 2020

Conversation

asinbow
Copy link

@asinbow asinbow commented Mar 27, 2020

For easing the frontend development in strict typed system like typescript or flowjs, we usually use double @GraphQLNonNull like [ObjectType!]!. But there is a small bug in ConnectionUtil.java that it doesn't unwrap the internal NonNull!. This PR is for it , thanks for reviewing.

@asinbow
Copy link
Author

asinbow commented Mar 27, 2020

Totally new about this repository.
I want to improve unit test for it, any suggestion?

Added my tests for it. I think it's ready for reviewing.

@yarinvak yarinvak merged commit 0edad25 into Enigmatis:development May 2, 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