Should not list imports for recursive dependency package
ysugimoto opened this issue · 0 comments
ysugimoto commented
I found a problem that a generated file has recursive dependent package even if it does not use.
For example:
a.proto
importsb.proto
b.proto
importsc.proto
Then a.graphql.go
has dependency c.graphql.go
package and it fails to compile.