在 go1.27 中生成 `Any` 字段在解析器代码中变为 `interface{}`,而不是 `any`。
作者: gannett-ggreer创建于 2026年8月27日更新于 2026年9月2日
This is not `gqlgen`'s fault as running the same code under go1.26 (`any`) vs. go1.27 (`interface{}`) causes the difference. As such, this is more of an "FYI" issue.
内容来源: 99designs/gqlgen