Download Latest Version v1.10.1 source code.tar.gz (283.9 kB)
Email in envelope

Get an email when there's a new version of graphql-go

Home / v1.8.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-09-09 731 Bytes
v1.8.0 source code.tar.gz 2025-09-09 268.7 kB
v1.8.0 source code.zip 2025-09-09 328.0 kB
Totals: 3 Items   597.4 kB 0

What's Changed

  • Add DecodeSelectedFieldArgs to decode argument values for any nested selected field path directly from a resolver context. Enables reflection-free multi-level prefetching / batching (e.g. Category → Products → Reviews) that only loads requested branches, mitigating N+1 query problem even with pagination & filters by @pavelnikolov in https://github.com/graph-gophers/graphql-go/pull/684
  • Updated Go version in the go.mod file to 1.24 to be one minor version less than the latest Go release.

Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.7.2...v1.8.0

If this release helps you, please consider becoming a sponsor ❤️

Source: README.md, updated 2025-09-09