import "github.com/99designs/gqlgen/codegen/testserver/singlefile/otherpkg"
model.go
type Map map[string]string
type Scalar string
type Slice []string
type Struct struct { Name Scalar Desc *Scalar }