Skip to content

createWriteOffPayload

Autogenerated return type of createWriteOff.

Fields

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

Used By

Definition

"""
Autogenerated return type of createWriteOff.
"""
type createWriteOffPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
writeOff: WriteOff
}