tendant / graphql-clj

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

Return errors under :errors key #12

Closed ku1ik closed 8 years ago

ku1ik commented 8 years ago

According to http://graphql.org/learn/serving-over-http/#response any errors should be returned under :errors key. This patch changes :error -> :errors.

tendant commented 8 years ago

@sickill Thanks for your contribution!