Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit d1ec1d5

Browse files
authored
Merge pull request #21 from exAspArk/deprecate
Add a deprecation error message
2 parents a556a57 + 0766187 commit d1ec1d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# graphql-errors
22

3+
:warning: This gem is **deprecated** in favor of the new `GraphQL::Execution::Errors` in the `graphql` gem. See more details [rmosolgo/graphql-ruby#2458](https://github.com/rmosolgo/graphql-ruby/pull/2458).
4+
5+
---
6+
37
[![Build Status](https://travis-ci.org/exAspArk/graphql-errors.svg?branch=master)](https://travis-ci.org/exAspArk/graphql-errors)
48
[![Coverage Status](https://coveralls.io/repos/github/exAspArk/graphql-errors/badge.svg?branch=master)](https://coveralls.io/github/exAspArk/graphql-errors?branch=master)
59
[![Downloads](https://img.shields.io/gem/dt/graphql-errors.svg)](https://rubygems.org/gems/graphql-errors)
610
[![Latest Version](https://img.shields.io/gem/v/graphql-errors.svg)](https://rubygems.org/gems/graphql-errors)
711

812
This gem provides a simple error handling for [graphql-ruby](https://github.com/rmosolgo/graphql-ruby).
913

10-
<a href="https://www.hyrestaff.com/" target="_blank" rel="noopener noreferrer">
11-
<img src="images/hyre.png" height="39" width="137" alt="Sponsored by Hyre" style="max-width:100%;">
12-
</a>
13-
1414
## Highlights
1515

1616
* Error handling for each field.

images/hyre.png

-11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)