Open clayne11 opened 4 months ago
Bazel builds no longer work, packages are not pulling in their types correctly after #2988 was landed.
Bazel builds continue to work.
Cannot minimally reproduce this without an advanced Bazel setup.
If I revert this #2988, everything works as expected.
go run github.com/99designs/gqlgen version
go version
Is this a problem with Bazel? I'm not familiar with Bazel, but it seems wrong that a third-party build tool should dictate how gqlgen should work internally.
What happened?
Bazel builds no longer work, packages are not pulling in their types correctly after #2988 was landed.
What did you expect?
Bazel builds continue to work.
Minimal graphql.schema and models to reproduce
Cannot minimally reproduce this without an advanced Bazel setup.
If I revert this #2988, everything works as expected.
versions
go run github.com/99designs/gqlgen version
? v0.17.49go version
? go1.22.5