This commit is contained in:
richburdon
2020-05-24 22:40:15 -04:00
parent 5476d9fce8
commit 9fbdd0625a
20 changed files with 509 additions and 121 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ export const createResolvers = config => ({
// WNS
//
wns_action: async (_, __, { action }) => {
log(`WNS action: ${action}`);
wns_action: async (_, { command }) => {
log(`WNS action: ${command}`);
return {
timestamp: timestamp(),