This mutation allows to perform an update on the Multisig name.
Sample Mutation
Update the Multisig name to Wallet_1:
mutation{
updateMultisigName(walletID:"c9b0e4dd-9403-458c-985d-ce8dd3c57b22" newName:"Wallet_1")
}
Sample Response
{
"data": {
"updateMultisigName": true
}
}
Result

Arguments
Name | Type | Description | Required |
---|---|---|---|
walletID | String | The identifier of a wallet | Yes |
newName | String | The new name for the Multisig | Yes |
Returns
Name | Type | Description |
---|---|---|
N/A | Boolean | The confirmation whether the Multisig name have updated or not. The 'true' value represents the updated Multisig name. |
Example
Create an update on Multisig name using Wallet ID and new name: