graphql-clj
graphql-clj copied to clipboard
If required field return nil, the connection is close, but no exception is thrown
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