-
Notifications
You must be signed in to change notification settings - Fork 3
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
GeoPointToPgeoPoint is used for pointer type #3
Comments
Strange, are you sure it's a pointer in your generated_models.go from gqlgen? |
I know where this is coming from, it is caused by custom types which are imported from other packages where the * is stripped from the type in gqlgen-sqlboiler. I have a fix already but testing it internally! |
This should be fixed in [email protected] |
Cheers, I'll check |
Does it work? |
Yah, sorry for late response |
Haha no worries, soon enough just curious :) |
In
convert_input.go
boilergql.GeoPointToPgeoPoint used with pointer receiver.expected:
boilergql.PointerGeoPointToPgeoPoint
should be used insteadThe text was updated successfully, but these errors were encountered: