Skip to content

runEligibilityCheckMutationInput

Autogenerated input type of runEligibilityCheckMutation

Fields

deprecated DO NOT USE
id · ID · The ID of the policy to check
service_codes · [String] · An array of service type codes to check benefits for.
eligibility_check_service · EligibilityCheckService · The service to use to run the eligibility check. Service needs to be pre-enabled. Current options: [claim_md, change_health]

Used By

Definition

"""
Autogenerated input type of runEligibilityCheckMutation
"""
input runEligibilityCheckMutationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the policy to check
"""
id: ID
"""
An array of service type codes to check benefits for.
"""
service_codes: [String] = ["30"]
"""
The service to use to run the eligibility check. Service needs to be pre-enabled. Current options: [claim_md, change_health]
"""
eligibility_check_service: EligibilityCheckService = change_health
}