Passman
Pandora discovered the presence of a mole within the ministry. To proceed with caution, she must obtain the master control password for the ministry, which is stored in a password manager.









Last updated
Pandora discovered the presence of a mole within the ministry. To proceed with caution, she must obtain the master control password for the ministry, which is stored in a password manager.









Last updated
mutation ($recType: String!, $recAddr: String!, $recUser: String!, $recPass: String!, $recNote: String!) {
AddPhrase(
recType: $recType,
recAddr: $recAddr,
recUser: $recUser,
recPass: $recPass,
recNote: $recNote
) {
message
}
}