updatePolicyMutationInput
Autogenerated input type of updatePolicyMutation
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of updatePolicyMutation"""input updatePolicyMutationInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") benefits: [BenefitInput] call_reference: CallReferenceInput cpt_codes_policies: [CptCodesPolicyInput] effective_end: String effective_start: String holder_dob: String holder_first: String holder_gender: String holder_last: String holder_mi: String holder_phone: String icd_codes_policies: [IcdCodesPolicyInput] id: ID insurance_authorization: InsuranceAuthorizationInput insurance_authorization_required: Boolean insurance_card_back_id: ID insurance_card_front_id: ID notes: String policy_phone_number: String priority_type: String referral_required: Boolean referring_physician_id: ID same_address_as_client: Boolean type_string: String user_id: ID}