Add max contacts and usermanager

This commit is contained in:
Christopher Cookman 2023-03-20 23:46:57 -06:00
parent 6ae024348f
commit de9f5071dc
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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}}) {