tendant / graphql-clj

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

Reduce the size of validated schema and statement #42

Closed tendant closed 7 years ago

tendant commented 7 years ago

Validated statement also contains the whole schema. They might need to be purged including other information which is not needed during execution.

See #40 for details.