Upgrade graphql gem to 1.9.10
- `edge_nodes` needs to get called on the object - added `include GlobalID::Identification` in a couple places - renamed `object` to `item` in spec due to conflict
Showing
... | ... | @@ -83,7 +83,7 @@ gem 'grape-entity', '~> 0.7.1' |
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '= 1.8.17' | ||
gem 'graphql', '~> 1.9.11' | ||
gem 'graphiql-rails', '~> 1.4.10' | ||
gem 'apollo_upload_server', '~> 2.0.0.beta3' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
... | ... |
Please register or sign in to comment