Try out gqlgen with more modern x/tools
For @jamietanna (who is awesome).
We cannot upgrade gqlgen to a more recent x/tools until GCP AppEngine updates to support Go 1.23 (ugh... ) but maybe having this random PR with this commit trapped in amber for all time will allow you to try out Go 1.24 rc2 using a replace directive in your project:
go mod edit -replace github.com/99designs/gqlgen=github.com/99designs/gqlgen@a3dcd48596adbbba527c0d01bbcf78056e25783e go mod tidy chore(deps): bump golang.org/x/tools from 0.24.0 to 0.29.0 Go mod tidy for examples