From de9f5071dc626b79b2610485823ac81a4eb1abfa Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 20 Mar 2023 23:46:57 -0600 Subject: [PATCH] Add max contacts and usermanager --- funcs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/funcs.js b/funcs.js index 80664b3..f911e40 100644 --- a/funcs.js +++ b/funcs.js @@ -55,11 +55,14 @@ module.exports = { email: "${args.uid}" vmEnable: true vmPassword: "${args.ext}" + maxContacts: 5 + umEnable: false }) { status } }`; break; + case 'delete': return `mutation { deleteExtension(input: {extensionId: ${args.ext}}) {