Replies: 2 comments
-
Can you attach a demo to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
-
I just solved it so its a matter of using both the instropection and a particular gqlgen version mkdir gqlgen-todos printf '// +build tools\npackage tools\nimport (_ "github.com/99designs/gqlgen"\n _ "github.com/99designs/gqlgen/graphql/introspection")' | gofmt > tools.go go get -d github.com/99designs/gqlgen@v0.17.20 go run github.com/99designs/gqlgen init I tried so many ways but this worked |
Beta Was this translation helpful? Give feedback.
-
What happened?
merging type systems failed: unable to build object definition: unable to find type: github.com/99designs/gqlgen/graphql/introspection.Schema
What did you expect?
Minimal graphql.schema and models to reproduce
versions
gqlgen version
?go version
?Beta Was this translation helpful? Give feedback.
All reactions