createMessageBlastInput
Autogenerated input type of createMessageBlast
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEselect_all_status
· String
· The value of the select all toggle. This overrides simple_added_users and allows you to easily add all of a category to the conversation. Requires simple_added_users to be sent in as well Used By
Definition
"""Autogenerated input type of createMessageBlast"""input createMessageBlastInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") dietitian_id: String name: String note: NoteInput patient_id: String scheduled_at: String
""" The value of the select all toggle. This overrides simple_added_users and allows you to easily add all of a category to the conversation. Requires simple_added_users to be sent in as well """ select_all_status: String simple_added_users: String}