graphql_rails
graphql_rails copied to clipboard
GraphQL on Rails. Write GraphQL server side in rails way
Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
Bumps [rails](https://github.com/rails/rails) from 6.1.4.4 to 6.1.7.7. Release notes Sourced from rails's releases. 6.1.7.7 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...
This PR adds basic interface support for GraphqlRails::Model. Usage: ```ruby module VisitorInterface include GraphQL::Schema::Interface field :failed_logins_count, Integer end class UserDecorator include GraphqlRails::Model graphql do |c| c.implements(VisitorInterface) # ... end end...
Bumps [actionpack](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.8. Release notes Sourced from actionpack's releases. 6.1.7.8 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...