Skip to content

bulkUpdateCarePlanUsersInput

Autogenerated input type of bulkUpdateCarePlanUsers

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of bulkUpdateCarePlanUsers
"""
input bulkUpdateCarePlanUsersInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
activate: Boolean = false
ids: [ID] = []
notify: Boolean = false
}