Fixed typo

This commit is contained in:
Eduard Urbach 2018-06-02 21:03:34 +09:00
parent 7eeba84cb2
commit 0fd8692100

View File

@ -127,7 +127,7 @@ func getGraphList(tipe reflect.Type) *graphql.List {
} }
} }
// finaly bind object // finally bind object
t := reflect.New(tipe.Elem()) t := reflect.New(tipe.Elem())
name := strings.Replace(fmt.Sprint(tipe.Elem()), ".", "_", -1) name := strings.Replace(fmt.Sprint(tipe.Elem()), ".", "_", -1)
obj := graphql.NewObject(graphql.ObjectConfig{ obj := graphql.NewObject(graphql.ObjectConfig{