Skip to content

updateInsurancePaymentDepositStatusPayload

Autogenerated return type of updateInsurancePaymentDepositStatus.

Fields

deprecated DO NOT USE
insurance_payment · InsurancePayment · The updated insurance payment
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateInsurancePaymentDepositStatus.
"""
type updateInsurancePaymentDepositStatusPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The updated insurance payment
"""
insurance_payment: InsurancePayment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}