UNCLASSIFIED - NO CUI

Skip to content

Update dependency graphql to v2.3.2

This MR contains the following updates:

Package Type Update Change
graphql (source, changelog) ironbank-rubygems patch 2.3.0 -> 2.3.2

Release Notes

rmosolgo/graphql-ruby (graphql)

v2.3.2

Compare Source

Bug fixes
  • Properly .prepare lists of input objects #​4933
  • Fix deleting directives using the AST visitor #​4931

v2.3.1

Compare Source

New features
  • Schema.max_query_string_tokens: support a limit on the number of tokens the lexer should identify #​4929
  • Parser: add an option to reject numbers followed immediately by argument names #​4924
  • Parser and CParser: reduce allocated and retained strings when parsing schemas #​4899
  • run_graphql_field: support :lookahead and :ast_node field extras #​4930
Bug fixes
  • Rescue when trying to print integers that are too big for Ruby #​4923
  • Mutation: clear the Dataloader cache before resolving #​4903
  • Fix FieldUsage analyzer when InputObjects return a prepared value #​4902
  • Add a minimal query string for run_graphql_field #​4891
  • Fix PrometheusTrace with multiple tracers #​4888

Configuration

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

🚦 Automerge: Enabled.

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.

Merge request reports