Skip to content

Commit

Permalink
docs: fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jul 4, 2020
1 parent db0b4c1 commit 2eb7bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Or you can apply a stable connection to all Active Record relations returning by
class ApplicationSchema < GraphQL::Schema
use GraphQL::Pagination::Connections

connections.add(ActiveRecord::Relation, GraphQL::Connections::StableConnection)
connections.add(ActiveRecord::Relation, GraphQL::Connections::Stable)
end
```

Expand Down

0 comments on commit 2eb7bac

Please sign in to comment.