Skip to content

Update dependency graphql to v2.3.5

This MR contains the following updates:

Package Update Change
graphql (source, changelog) patch 2.3.4 -> 2.3.5

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

rmosolgo/graphql-ruby (graphql)

v2.3.5

Compare Source

Breaking changes
  • Remove default load_* implementations in arguments -- this could break calls to super if you have redefined this method in subclasses #​4978
  • Schema.possible_types and Schema.references_to now use type classes as keys instead of type names (Strings). You can create a new Hash with the old structure using .transform_keys(&:graphql_name). #​4986 #​4971
Bug fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports