tendant / graphql-clj

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

Preliminary version of validation #14

Closed aew closed 8 years ago

aew commented 8 years ago

Very preliminary and partial implementation of validation, mainly for early feedback:

There are a number of TODO's in the code.

tendant commented 8 years ago

Thanks for taking on this. I was thinking about using clojure.spec for a while.

Although clojure.spec was introduced in Clojure 1.9, I have heard Clojure 1.9 alpha versions are getting more early adopters. For any one using Clojure 1.8, they can use https://github.com/tonsky/clojure-future-spec with Clojure 1.8.