Skip to content

updateReceivedFaxPayload

Autogenerated return type of updateReceivedFax.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateReceivedFax.
"""
type updateReceivedFaxPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
receivedFax: ReceivedFax
}