init commit

This commit is contained in:
modeht
2022-10-03 19:59:51 +02:00
commit 057e9306df
497 changed files with 109776 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"use strict";
module.exports = (parent, args, context, info) => {
if (parent.user) {
return parent.user;
} else {
return parent.getUser();
}
};