runEligibilityCheckMutationPayload
Autogenerated return type of runEligibilityCheckMutation.
Fields
claim_eligibility_check
· ClaimEligibilityCheck · The result of the ChangeHealth eligibility check. deprecated
ChangeHealth integration has been discontinued.clientMutationId
· String · DO NOT USE deprecated
DO NOT USEeligibility_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 { """ The result of the ChangeHealth eligibility check. """ claim_eligibility_check: ClaimEligibilityCheck @deprecated(reason: "ChangeHealth integration has been discontinued.")
""" 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]}