tendant / graphql-clj

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

Simplify process of establishing base type for fields, arguments, and variables #45

Closed aew closed 7 years ago

aew commented 7 years ago

Centralize the responsibility for determining the base type for each field, argument, and variable in the spec namespace. Better if this complexity doesn't leak into other namespaces. Backward compatible.