tendant / graphql-clj

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

Validation: argument, type, and fragment names #23

Closed aew closed 7 years ago

aew commented 7 years ago

Happy path implementation for validating argument, type, and fragment names. Also, validate that variables are input types.