ruby-graphql-errors

Simple error handler for graphql-ruby
  https://github.com/exAspArk/graphql-errors
  0
  no reviews



This library provides simple error handling functionality for graphql-ruby.

Highlights: * Error handling for each field. * Logic inside the `rescue_from` block, similarly to Rails. * Catching exceptions by ancestors, e.g. `CustomError` with `rescue_from StandardError`. * Per schema configuration. * No dependencies.