Skip to content

createFaxLineRequestPayload

Autogenerated return type of createFaxLineRequest.

Fields

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

Used By

Definition

"""
Autogenerated return type of createFaxLineRequest.
"""
type createFaxLineRequestPayload {
faxLineRequest: FaxLineRequest
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}