-
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
Generated models do not implement user defined interfaces #716
Comments
I also found this working through https://gqlgen.com/getting-started/ See https://github.com/ii/org/blob/master/research/gqlgen.org#errors Where I was writing up an org file for it and ran into:
|
I added my environment: https://github.com/ii/org/blob/master/research/gqlgen.org#my-environment environgo version
go envgo env
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What happened?
Generated models do not fulfill user defined interfaces provided through models configuration.
What did you expect?
An error preventing me from doing this, OR the generated models need to fulfill the user defined interface, i.e.
Minimal graphql.schema and models to reproduce
versions
gqlgen version
?dev
, from master with test case added to theexample/
directorygo version
?go version go1.12.4 linux/amd64
The text was updated successfully, but these errors were encountered: