-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ability to return multiple errors from resolvers raise than add it to stack. #2454
Ability to return multiple errors from resolvers raise than add it to stack. #2454
Conversation
Sometimes vscode warn about this while editing resolvers code. Finally the resolver's code is editable and generated at the same time.
Signed-off-by: Steve Coffman <steve@khanacademy.org>
There's something dumb about the generation in Go 1.18 that is off by one space from the generation in Go 1.16. I am hoping GCP AppEngine releases a new version this week so we can leave Go 1.16 support behind. |
Signed-off-by: Steve Coffman <steve@khanacademy.org>
ba906eb
to
4d74951
Compare
Cool, thank you! :) |
@StevenACoffman: I just cross the thread on Google Issues Track, They already support Thread: https://issuetracker.google.com/issues/241957454#comment18 |
Code detects gqlerror.List type returned from resolver and add all errors to stack.
I have: