This commit is contained in:
Belen Curcio
2017-06-16 15:05:22 -03:00
parent d386316f8a
commit 89cf13b4cf
4 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ const RootQuery = {
return null;
}
const {value = '', limit} = query;
return Assets.search(value, limit);
return Assets.search(query);
},
asset(_, query, {loaders: {Assets}}) {
if (query.id) {