I am trying to reproduce the federated example but something seems broken #1812
Unanswered
flaviostutz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
I am trying to regenerate the example/federated/reviews using the same file in gqlgen.yml and schema.graphqls but the generated contents are different from the example.
What did you expect?
File "schema.resolvers.go" to be created, but only "entity.resolvers.go" is generated when using "go run github.com/99designs/gqlgen"
Minimal graphql.schema and models to reproduce
versions
gqlgen version
? v0.13.0go version
? go1.15.5 darwin/amd64github.com/99designs/gqlgen v0.13.0
github.com/vektah/gqlparser/v2 v2.1.0
Beta Was this translation helpful? Give feedback.
All reactions