diff --git a/codegen/testserver/thirdparty.go b/codegen/testserver/thirdparty.go index 104548ce714..aa3424d9060 100644 --- a/codegen/testserver/thirdparty.go +++ b/codegen/testserver/thirdparty.go @@ -2,9 +2,10 @@ package testserver import ( "fmt" - "github.com/99designs/gqlgen/graphql" "io" "strconv" + + "github.com/99designs/gqlgen/graphql" ) type ThirdParty struct {