Polymorphic types in Rails are used to add belongs to many associations. GraphQL-ruby resolves polymorphic types using Union"
ReadAdd 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.
Read