runEligibilityCheckMutationPayload
Autogenerated return type of runEligibilityCheckMutation.
Fields
claim_eligibility_check
· ClaimEligibilityCheck · DEPRECATED. The result of the ChangeHealth eligibility check. 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
""" The result of the eligibility check. """ eligibility_check: EligibilityCheck
""" The list of errors occurred during the mutation """ messages: [FieldError]}