Replies: 2 comments 1 reply
-
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/[email protected] go run github.com/99designs/gqlgen init I tried so many ways but this worked |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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