Skip to content

deleteInsuranceAuthorizationPayload

Autogenerated return type of deleteInsuranceAuthorization.

Fields

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

Used By

Definition

"""
Autogenerated return type of deleteInsuranceAuthorization.
"""
type deleteInsuranceAuthorizationPayload {
insuranceAuthorization: InsuranceAuthorizationType
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}