Skip to content

Upgrade graphql to 16.11.0

What does this MR do and why?

This upgrades graphql to v16. There doesn't seem to be any meaningful impact on the product. Minor tweaks had to be done for some specs to pass though:

  • graphql now strips trailing line breaks from queries, so we had to update a few mocks to account for that when comparing queries.
  • The graphql function has dropped support for positional arguments. A call had to be updated for frontend integration tests to function properly.
  • This upgrade seems to come with an updated introspection query, which we had to account for as well.

Upgrading this package to the latest version should in turn let us upgrade @graphql-eslint/eslint-plugin to the next major version: !188761 (merged).

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Paul Gascou-Vaillancourt

Merge request reports

Loading