tendant / graphql-clj

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

Support list of scalars on execution #2

Closed aew closed 7 years ago

aew commented 7 years ago

Querying a list of strings would previously return [{} {} {}] instead of ["0" "1" "2"] for the incremental test case.

tendant commented 7 years ago

Thanks!