Skip to content

updateFaxAcct

Update a Fax Line

Arguments

input · updateFaxAcctInput · Parameters for updateFaxAcct

Returns

updateFaxAcctPayload

Example

mutation updateFaxAcct($input: updateFaxAcctInput) {
updateFaxAcct(input: $input) {
messages
success_string
}
}