Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Every time the code is regenerated from the schema the pointers to strings become strings and vice versa. I end up rewriting my code every time I have to make a change in my schema design code
What did you expect?
The generated Go type should be consistent it cannot change at every model generation.
Minimal graphql.schema and models to reproduce
versions
gqlgen version
?0.11.3
go version
?1.14.7
Go modules
Beta Was this translation helpful? Give feedback.
All reactions