GraphQL: Refactor connections to use new GraphQL::Pagination classes
With graphql-ruby 1.10, new pagination classes have been created.
We should migrate our custom connection classed to use these (where possible)
-
OffsetActiveRecordRelationConnection
: !28446 (merged) -
Keyset::Connection
: !28446 (merged) -
ExternallyPaginatedArrayConnection
: !28446 (merged) -
FilterableArrayConnection
: !28446 (merged)
The first one that can be done is OffsetActiveRecordRelationConnection
, which is needed for !24812 (merged)
Edited by Brett Walker