From 0fd86921004c918693175c1f0d7c34bc7635140a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 2 Jun 2018 21:03:34 +0900 Subject: [PATCH] Fixed typo --- utils/gql/BindFields.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gql/BindFields.go b/utils/gql/BindFields.go index a76bd58e..5215f8fc 100644 --- a/utils/gql/BindFields.go +++ b/utils/gql/BindFields.go @@ -127,7 +127,7 @@ func getGraphList(tipe reflect.Type) *graphql.List { } } - // finaly bind object + // finally bind object t := reflect.New(tipe.Elem()) name := strings.Replace(fmt.Sprint(tipe.Elem()), ".", "_", -1) obj := graphql.NewObject(graphql.ObjectConfig{