Upgrade to graphql gem to 1.10.5
- Fix how we call include_graphql_fields from described_class.new to described_class - Fix require_graphql_authorizations matcher - Update have_graphql_type and have_graphql_resolver - Fix how we call require_graphql_authorizations from described_class.new to described_class - Fix how we call have_graphql_fields from described_class.new to described_class - Fix how we call have_graphql_field from described_class.new to described_class - Add `field_with_params` graphql helper - Fix how `field_type` determines type - Use `resolve_field` instead of `resolve` so that `extras` metadata is properly processed - Fix returned error message check
Showing
... | ... | @@ -87,7 +87,7 @@ gem 'grape-entity', '~> 0.7.1' |
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '~> 1.9.19' | ||
gem 'graphql', '~> 1.10.5' | ||
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771 | ||
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released: | ||
# https://gitlab.com/gitlab-org/gitlab/issues/31747 | ||
... | ... |
Please register or sign in to comment