You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm... this definitely seems like a mistake. int is a signed integer type that is at least 32 bits in size. It is a distinct type, however, and not an alias for, say, int32. PR would be welcome.
Hey, I think I have reverted the problematic PRs. @wedobetter I don't know if you are able to try out the latest commit, but I would appreciate you verifying that it solves your issue.
What happened?
I have defined my models in gqlgen.yaml, everything gets imported fine but I have noticed an automatic conversion in the models struct:
What did you expect?
Models imported as defined
Minimal graphql.schema and models to reproduce
becomes
versions
gqlgen: v0.17.26
go: 1.20.1 darwin/arm64
Thanks
The text was updated successfully, but these errors were encountered: