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

If required field return nil, the connection is close, but no exception is thrown #60

Open
qwwwpp opened this issue Feb 10, 2020 · 0 comments

Comments

@qwwwpp
Copy link
Contributor

qwwwpp commented Feb 10, 2020

for example, in

type User {
  id: String!
}

if id's resolver function returns nil, the connection will be closed.
But there is no stack trace or Exception printed to the console, and the following resolver function will throw error, which is very misleading

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

No branches or pull requests

1 participant