(err error)
| 1049 | } |
| 1050 | |
| 1051 | func inputArgError(err error) error { |
| 1052 | return schema.GQLWrapf(err, "couldn't parse input argument") |
| 1053 | } |
| 1054 | |
| 1055 | func response(code, msg string) map[string]interface{} { |
| 1056 | return map[string]interface{}{ |
no test coverage detected