gqlgen v0.17.13 Release Notes

Release Date: 2022-07-15 // almost 2 years ago
    • ๐Ÿš€ e82b6bf1 release v0.17.13

    f0e9047d Hide dependencies in tools.go from importers (#2287)

    Projects that use go mod vendor will vendor github.com/matryer/moq despite it not being required at runtime.

    Moving tools.go to internal hides this import from downstream ๐Ÿ‘‰ users and avoids github.com/matryer/moq being vendored.

    ๐Ÿคก go generate of the mocks still works as expected.

    โœ… The assumption behind the import test broke, so I've pointed it at a ๐Ÿ‘€ different path that has no Go code. This seems to match the intent โœ… behind the original test for the internal/code/.. path.

    • ๐Ÿ‘ 6310e6a7 support named interface to Field.CallArgs (#2289)

    30493696 fix: return the original error (#2288)

    • ๐Ÿ›  fix: return the original error

    close https://github.com/99designs/gqlgen/issues/2286

    • โšก๏ธ Update error.go
    • โšก๏ธ fb13091d updated WebSocker InitFunc recipe (#2275)

    • โšก๏ธ 770c09fb Update changelog for v0.17.12

    • ๐Ÿš€ b4c186a7 v0.17.12 postrelease bump

    <!-- end of Commits --> <!-- end of Else -->

    <!-- end of If NoteGroups -->