What's Changed
- fix: do not use if-else scoped var in type assertion by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3972
- Caching for packages loaded by a relative path by @deitrix in https://github.com/99designs/gqlgen/pull/3978
- Autobind Getter and Haser for Protobuf RPC by @raphaelfff in https://github.com/99designs/gqlgen/pull/3980
- Add gqlgen.yml schema configuratio...