quiz init commit

This commit is contained in:
modeht
2022-04-11 06:32:47 +02:00
commit 3e49e31399
445 changed files with 109700 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"use strict";
module.exports = (parent, args, context, info) => {
if (parent.image) {
return parent.image;
} else {
return parent.getImage();
}
};