Add cursor based Relay-style pagination in GraphQL queries to restrict the amount of data fetched by the query
ReadAdd offset based pagination in GraphQL queries to restrict the amount of data fetched by the query
ReadRails 6 allow adding comments to the SQL queries generated by the ActiveRecord::Relation instance.
ReadRails 6 adds delete_by, destroy_by methods to find and destroy/delete ActiveRecord::Relation records.
ReadRails 6 now by default adds negative enum scopes to filter records easily.
Read