Skip to content

CreateLineWriteOffPayload

Autogenerated return type of CreateLineWriteOff.

Fields

deprecated DO NOT USE
line_write_off · LineWriteOff · The newly-created write-off
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of CreateLineWriteOff.
"""
type CreateLineWriteOffPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The newly-created write-off
"""
line_write_off: LineWriteOff
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}