Skip to content

runEligibilityCheckMutationPayload

Autogenerated return type of runEligibilityCheckMutation.

Fields

claim_eligibility_check · ClaimEligibilityCheck · DEPRECATED. The result of the ChangeHealth eligibility check.
deprecated DO NOT USE
eligibility_check · EligibilityCheck · The result of the eligibility check.
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of runEligibilityCheckMutation.
"""
type runEligibilityCheckMutationPayload {
"""
DEPRECATED. The result of the ChangeHealth eligibility check.
"""
claim_eligibility_check: ClaimEligibilityCheck
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The result of the eligibility check.
"""
eligibility_check: EligibilityCheck
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}