tendant / graphql-clj

A Clojure library that provides GraphQL implementation.
Eclipse Public License 1.0
285 stars 22 forks source link

Fix Boolean field will always return null #63

Closed qwwwpp closed 4 years ago

qwwwpp commented 4 years ago

If I define

type TaskInfo{
  unread: Boolean
}

the unread field will always return null