Skip to content

Commit 32b44b2

Browse files
authored
Correct link to graphql-ruby
1 parent 2247070 commit 32b44b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GraphQL::QueryResolver
22
[![Build Status](https://travis-ci.org/nettofarah/graphql-query-resolver.svg?branch=master)](https://travis-ci.org/nettofarah/graphql-query-resolver)
33

4-
GraphQL::QueryResolver is an add-on to [graphql-ruby](https://github.com/rmosologo/graphql-ruby)
4+
GraphQL::QueryResolver is an add-on to [graphql-ruby](https://github.com/rmosolgo/graphql-ruby)
55
that allows your field resolvers to minimize N+1 SELECTS issued by ActiveRecord.
66

77
GraphQL::QueryResolver will analyze the AST from incoming GraphQL queries and

0 commit comments

Comments
 (0)