chore(deps): update module github.com/graph-gophers/graphql-go to v1.10.2

This MR contains the following updates:

Package Type Update Change
github.com/graph-gophers/graphql-go require minor v1.9.0 -> v1.10.2

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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


Release Notes

graph-gophers/graphql-go (github.com/graph-gophers/graphql-go)

v1.10.2

Compare Source

What's Changed

This release makes validation of deprecated fields opt-in. The validation of deprecated fields behaves like in v1.9.0 again. If you want strict validation of deprecated fields use the graphql.ValidateDeprecated() schema option to enforce it.

Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.10.1...v1.10.2

v1.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.10.0...v1.10.1

v1.10.0

Compare Source

Overview

v1.10.0 brings graphql-go up to the official GraphQL September 2025 spec, including support for the new @oneOf directive and validation behavior brought into much closer parity with graphql-js. It also ships a round of validation and lexer optimizations plus a number of bug fixes, especially around introspection, deprecations, subscriptions, and default values.

What's Changed

New Contributors

Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.9.0...v1.10.0


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

Loading