updateShellAccountCommsPreferences
Update shell account communication preferences using an organization.
Arguments
Returns
UpdateShellAccountCommsPreferenceOutput type of the updateShellAccountCommsPreferences mutation.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation UpdateShellAccountCommsPreferences($input: UpdateShellAccountCommsPreferenceInputType!) {
updateShellAccountCommsPreferences(input: $input) {
accountNumber
isUpdated
}
}
Variables
{
"input": UpdateShellAccountCommsPreferenceInputType
}
Response
{
"data": {
"updateShellAccountCommsPreferences": {
"accountNumber": "A-735EDC04",
"isUpdated": true
}
}
}