Skip to content

bulkApplyCarePlanTemplateInput

Autogenerated input type of bulkApplyCarePlanTemplate

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of bulkApplyCarePlanTemplate
"""
input bulkApplyCarePlanTemplateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
force_activation: Boolean = false
id: ID
user_group_ids: [ID]
user_ids: [ID]
}