GraphQL

Polymorphic types with GraphQL-ruby

Polymorphic types in Rails are used to add belongs to many associations. GraphQL-ruby resolves polymorphic types using Union"

Read
GraphQL

Cursor based Relay-style pagination in GraphQL-ruby

Add cursor based Relay-style pagination in GraphQL queries to restrict the amount of data fetched by the query

Read
GraphQL

Offset based pagination in GraphQL-ruby

Add offset based pagination in GraphQL queries to restrict the amount of data fetched by the query

Read
Rails 6

Rails 6 adds ActiveRecord::Relation#annotate

Rails 6 allow adding comments to the SQL queries generated by the ActiveRecord::Relation instance.

Read
Rails 6

Rails 6 adds delete_by, destroy_by ActiveRecord::Relation

Rails 6 adds delete_by, destroy_by methods to find and destroy/delete ActiveRecord::Relation records.

Read