-
Notifications
You must be signed in to change notification settings - Fork 440
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
contrib/99designs/gqlgen/tracer.go: nil check response #2792
contrib/99designs/gqlgen/tracer.go: nil check response #2792
Conversation
@dienvoandpadcojp Thank you for contributing this. Would it possible for you to add a test proving that your fix does what is expected? Thanks! |
hi @darccio , I've added test proving that my fix doesn't cause panic |
Hi @darccio , may I ask about this PR. Is there any changes are needed on my part? because I don't have the appropriate permissions to merge this PR to main and I don't know what I need to do next |
Hi @dienvoandpadcojp. I meant to come back with our feedback, but I had other issues to handle. Unfortunately, your PR raises some questions:
About the review process for external contributions, we do a gardening session weekly. We didn't have the opportunity to review this PR until this week meeting. In that meeting IDM (the team who has the last word on contribs in this repository) asked to reconsider my approval. Please, can you address the two previous questions? |
Thanks for your comment, let's me explain the changes
I saw the previous change version the
You're right, I added logic check |
This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
7721574
to
f728c0e
Compare
What does this PR do?
Check result from graphql responseHandler is nil
related to issue #2791
Motivation
I think I need contribute to community
Reviewer's Checklist
Unsure? Have a question? Request a review!