ashkan18 / graphlient

Ruby GraphQL Client
MIT License
251 stars 44 forks source link

Catch GraphQL execution errors. #32

Closed dblock closed 7 years ago

dblock commented 7 years ago

Closes https://github.com/ashkan18/graphlient/issues/31.

Renamed errors to class names with Error in the end.

See https://github.com/github/graphql-client/pull/132 and https://github.com/exAspArk/graphql-errors/issues/2

ashkan18 commented 7 years ago

👍