Skip to content

IcdCodesPolicyInput

Payload for assigning a policy to an ICD code

Fields

_destroy · Boolean · If true, the join table record will be deleted
icd_code_id · String · The ID of the ICD code
id · ID · The ID of the join table record
policy_id · String · The ID of the policy

Used By

Definition

"""
Payload for assigning a policy to an ICD code
"""
input IcdCodesPolicyInput {
"""
If true, the join table record will be deleted
"""
_destroy: Boolean
"""
The ID of the ICD code
"""
icd_code_id: String
"""
The ID of the join table record
"""
id: ID
"""
The ID of the policy
"""
policy_id: String
}