Skip to content

Commit f833259

Browse files
authored
too many periods
1 parent b6f9161 commit f833259

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
@@ -3,7 +3,7 @@
33
This gem assumes you are using [Rails](http://rubyonrails.org) and [ActiveRecord](https://guides.rubyonrails.org/active_record_querying.html). And that your GraphQL types and fields map as closely to your data model as possible. It uses those assumptions, or conventions, to handle a N+1 prevention for you.
44

55
It does so by traversing your graphql query looking for fields on types that match
6-
associations on those types' corresponding models.. For each field found to be an association, this
6+
associations on those types' corresponding models. For each field found to be an association, this
77
gem adds those associations to an [ActiveRecord::QueryMethods#includes](https://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-includes) hash. That hash can then be used to
88
eager load the associations of records returned in your graphql resolver.
99

0 commit comments

Comments
 (0)