Yury Kozyrev

Results 1 comments of Yury Kozyrev

I use code as in example, but result is following ``` obj := schema.Mutation() obj.FieldFunc("echo", func(args struct{ Message string }) string { return args.Message }) ``` ``` curl 'localhost:8088/graphql' -XPOST...