Skip to content

destroyFaxAcctPayload

Autogenerated return type of destroyFaxAcct.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation
success_string · String · Success message for deleting a fax line

Used By

Definition

"""
Autogenerated return type of destroyFaxAcct.
"""
type destroyFaxAcctPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
"""
Success message for deleting a fax line
"""
success_string: String
}