(namespace uint64)
| 1045 | } |
| 1046 | |
| 1047 | func LazyLoadSchema(namespace uint64) error { |
| 1048 | return adminServerVar.lazyLoadSchema(namespace) |
| 1049 | } |
| 1050 | |
| 1051 | func inputArgError(err error) error { |
| 1052 | return schema.GQLWrapf(err, "couldn't parse input argument") |
no test coverage detected