-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generating core failed: unable to load example/graph/model in v0.16 #1860
Comments
@StevenACoffman this is coming back several times. Can we comment the |
I think that's fine, but if you could run through the steps and verify that that doesn't cause any different problems, I would feel better doing that. I kind of blew my OSS time budget for the week on the parser yesterday. 😞 |
Hi all,
and running
Would be great if someone can help. |
@softshipper @aleybovich can you please comment out |
I will in a few hours, @StevenACoffman. |
@frederikhors Thanks for your help. It works now. Why do we have to delete autobind? |
Because the |
What happened?
When using v0.15 and following the examples, everything worked.
After switching the new 0.16 release, when I run
go run github.com/99designs/gqlgen init
I get this error:and
server.go
is not generated.What did you expect?
No errors, server.go is generated
Minimal graphql.schema and models to reproduce
N/A as the issue is happening before code generation
versions
gqlgen version
? 0.16.0go version
? go version go1.16.13 linux/amd64The text was updated successfully, but these errors were encountered: