You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-query-resolver.gemspec
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ Gem::Specification.new do |spec|
9
9
spec.authors=["nettofarah"]
10
10
spec.email=["nettofarah@gmail.com"]
11
11
12
-
spec.summary=%q{GraphQL::QueryResolver is an add-on to graphql-ruby that allows your field resolvers to minimize N+1 SELECTS issued by ActiveRecord. }
12
+
spec.summary=%q{Minimized N+1 queries generated by GraphQL}
13
+
spec.description=%q{GraphQL::QueryResolver is an add-on to graphql-ruby that allows your field resolvers to minimize N+1 SELECTS issued by ActiveRecord. }
13
14
spec.homepage="https://github.com/nettofarah"
14
15
spec.license="MIT"
15
16
@@ -18,13 +19,13 @@ Gem::Specification.new do |spec|
0 commit comments