
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.