Skip to content

Commit

Permalink
Bugfix for wrong graphql type when using custom scalars in gqlgen
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed May 20, 2020
1 parent 5b986ef commit 03c64ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ func TestShortType(t *testing.T) {
testShortType(t, "*gitlab.com/product/app/backend/graphql_models.FlowWhere", "*FlowWhere")
testShortType(t, "*github.com/web-ridge/go-utils/boilergql/boilergql.GeoPoint", "*GeoPoint")
testShortType(t, "github.com/web-ridge/go-utils/boilergql/boilergql.GeoPoint", "GeoPoint")

testShortType(t, "*string", "*string")
testShortType(t, "string", "string")
testShortType(t, "*time.Time", "*time.Time")
Expand Down

0 comments on commit 03c64ce

Please sign in to comment.